aports/orphan/pleroma/0001-remove-config-import-b...

17 lines
477 B
Diff

--- a/config/prod.exs
+++ b/config/prod.exs
@@ -1,4 +1,4 @@
-use Mix.Config
+import Config
# For production, we often load configuration from external
# sources, such as your system environment. For this reason,
@@ -63,7 +63,3 @@
# Finally import the config/prod.secret.exs
# which should be versioned separately.
-import_config "prod.secret.exs"
-
-if File.exists?("./config/prod.exported_from_db.secret.exs"),
- do: import_config("prod.exported_from_db.secret.exs")