This commit is contained in:
Shai Geva 2023-12-12 12:34:28 +02:00
parent 648dd3299f
commit 7005a0466a
No known key found for this signature in database
GPG key ID: 91CA1DC715C83AC6

View file

@ -26,6 +26,7 @@ global_settings = Dynaconf(
"settings/pr_custom_labels.toml",
"settings/pr_add_docs.toml",
"settings_prod/.secrets.toml",
"settings_prod/.secrets_foo.toml",
"settings/custom_labels.toml"
]]
)