X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fprod.exs;h=9c205cbd2f02cde66445e94235a807413dcf70e0;hb=4198c3ac390edaab04a61a179b1f8bc5adaf89de;hp=bf1a97de019271f176fd1a4b748da3700621a688;hpb=3ecfe2a6d4874cc6f7873c3d8c76f25d6b83829a;p=akkoma diff --git a/config/prod.exs b/config/prod.exs index bf1a97de0..9c205cbd2 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -63,3 +63,6 @@ config :logger, level: :warn # 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")