summaryrefslogtreecommitdiff
path: root/config/dev.exs
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-05-22 15:46:02 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-05-22 15:46:02 +0000
commit5d0ac015dcd75511898c50c166d53fe91990fdae (patch)
tree5402ca123349966c3b17a50392c421c8c41e7874 /config/dev.exs
parent8e9f032f25251d910b59c55226d10a305bad3cba (diff)
parentfe40f6f2910967609f7aa952d69981cadc47372c (diff)
downloadpleroma-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.exs2
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.