Skip to content

Commit

Permalink
Add bot prod missing config variable (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinesco authored Apr 5, 2024
1 parent 7ce7e85 commit cf3942c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ config :game_client, GameClientWeb.Endpoint,
# before starting your production server.
config :configurator, ConfiguratorWeb.Endpoint,
cache_static_manifest: "priv/static/cache_manifest.json"

config :bot_manager, :end_point, port: [port: System.get_env("BOT_MANAGER_PORT") || 4003]

0 comments on commit cf3942c

Please sign in to comment.