import Config # Put this runtime-dependent configuration in your application's # config/runtime.exs. Never commit a real bot token. config :nadia, token: {:system, "TELEGRAM_BOT_TOKEN"}, recv_timeout: 10 # Named clients are useful when one application controls several bots. # config :nadia, # bots: [ # support: [token: {:system, "SUPPORT_BOT_TOKEN"}], # alerts: [token: {:system, "ALERTS_BOT_TOKEN"}] # ] # Req/Mint HTTP or HTTPS proxy configuration: # config :nadia, # proxy: "http://proxy.example.org:8080", # proxy_auth: {"user", "password"} # Custom endpoints are rarely needed. # config :nadia, # base_url: "https://telegram-api.example.com/bot", # file_base_url: "https://telegram-api.example.com/file/bot", # graph_base_url: "https://telegraph-api.example.com"