diff options
| author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-05-22 15:46:02 +0000 |
|---|---|---|
| committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-05-22 15:46:02 +0000 |
| commit | 5d0ac015dcd75511898c50c166d53fe91990fdae (patch) | |
| tree | 5402ca123349966c3b17a50392c421c8c41e7874 /config/dev.exs | |
| parent | 8e9f032f25251d910b59c55226d10a305bad3cba (diff) | |
| parent | fe40f6f2910967609f7aa952d69981cadc47372c (diff) | |
| download | pleroma-5d0ac015dcd75511898c50c166d53fe91990fdae.tar.gz pleroma-5d0ac015dcd75511898c50c166d53fe91990fdae.zip | |
Merge branch 'mix_config_deprecation' into 'develop'
Switch from the deprecated "use Mix.config" to "import Config"
See merge request pleroma/pleroma!3413
Diffstat (limited to 'config/dev.exs')
| -rw-r--r-- | config/dev.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dev.exs b/config/dev.exs index 4faaeff5b..cfe3cce47 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -1,4 +1,4 @@ -use Mix.Config +import Config # For development, we disable any cache and enable # debugging and code reloading. |
