X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdev.exs;h=71b11f7c3ebb0b3dc604cdf602fc6dc903cedf47;hb=df2dab69a7756153ef015bb705b256b35f07fc0c;hp=0432adce71bf352d63e45a8978dc71b03658a9f5;hpb=45f790becc2cc63ac000c6432fe8c84e0b589822;p=akkoma diff --git a/config/dev.exs b/config/dev.exs index 0432adce7..71b11f7c3 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -59,3 +59,6 @@ else "!!! RUNNING IN LOCALHOST DEV MODE! !!!\nFEDERATION WON'T WORK UNTIL YOU CONFIGURE A dev.secret.exs" ) end + +if File.exists?("./config/dev.migrated.secret.exs"), + do: import_config("./config/dev.migrated.secret.exs")