sergei/config/config.exs

12 lines
270 B
Elixir
Raw Permalink Normal View History

2023-06-06 21:01:17 +00:00
import Config
config :nostrum,
youtubedl: "/usr/bin/yt-dlp"
2023-06-06 21:01:17 +00:00
config :sergei,
env: config_env()
2023-06-06 21:01:17 +00:00
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{config_env()}.exs"