6 lines
188 B
Elixir
6 lines
188 B
Elixir
import Config
|
|
|
|
# Import environment specific config. This must remain at the bottom
|
|
# of this file so it overrides the configuration defined above.
|
|
import_config "#{config_env()}.env.exs"
|