chore: add config files
This commit is contained in:
3
config/config.exs
Normal file
3
config/config.exs
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
import Config
|
||||||
|
|
||||||
|
import_config "#{config_env()}.exs"
|
0
config/dev.exs
Normal file
0
config/dev.exs
Normal file
0
config/prod.exs
Normal file
0
config/prod.exs
Normal file
4
config/runtime.exs
Normal file
4
config/runtime.exs
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
import Config
|
||||||
|
|
||||||
|
if config_env() == :prod do
|
||||||
|
end
|
0
config/test.exs
Normal file
0
config/test.exs
Normal file
Reference in New Issue
Block a user