chore: add config files

This commit is contained in:
2025-08-29 08:06:32 +02:00
parent e8f37b91a1
commit dc52718750
5 changed files with 7 additions and 0 deletions

3
config/config.exs Normal file
View File

@@ -0,0 +1,3 @@
import Config
import_config "#{config_env()}.exs"

0
config/dev.exs Normal file
View File

0
config/prod.exs Normal file
View File

4
config/runtime.exs Normal file
View File

@@ -0,0 +1,4 @@
import Config
if config_env() == :prod do
end

0
config/test.exs Normal file
View File