Skip to content
Snippets Groups Projects
Commit 7e229140 authored by Uku Taht's avatar Uku Taht
Browse files

Move config files to config directory

parent 3fe8bd66
Branches
Tags backupninja_upstream/1.2.1
No related merge requests found
File moved
File moved
...@@ -2,7 +2,7 @@ import Config ...@@ -2,7 +2,7 @@ import Config
import Plausible.ConfigHelpers import Plausible.ConfigHelpers
if config_env() in [:dev, :test] do if config_env() in [:dev, :test] do
Envy.auto_load() Envy.load(["config/.env.#{config_env()}"])
end end
config_dir = System.get_env("CONFIG_DIR", "/run/secrets") config_dir = System.get_env("CONFIG_DIR", "/run/secrets")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment