X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fprod.exs;h=9c205cbd2f02cde66445e94235a807413dcf70e0;hb=f42719506c539a4058c52d3a6e4a828948ac74ce;hp=bf1a97de019271f176fd1a4b748da3700621a688;hpb=8fd68b8039c81a4e7b6dd1232c32fa2e736b1ea2;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")