minecraft server
All checks were successful
Build and Deploy / Build & Push Image (push) Successful in 42s
All checks were successful
Build and Deploy / Build & Push Image (push) Successful in 42s
This commit is contained in:
@@ -23,6 +23,9 @@ end
|
||||
config :cobblemon_ui, CobblemonUiWeb.Endpoint,
|
||||
http: [port: String.to_integer(System.get_env("PORT", "4000"))]
|
||||
|
||||
config :cobblemon_ui,
|
||||
minecraft_server_url: System.get_env("MINECRAFT_SERVER_URL", "http://localhost:80")
|
||||
|
||||
if config_env() == :prod do
|
||||
# The secret key base is used to sign/encrypt cookies and other secrets.
|
||||
# A default value is used in config/dev.exs and config/test.exs but you
|
||||
|
||||
Reference in New Issue
Block a user