mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Wrong app name in production config
This commit is contained in:
parent
4470e1f926
commit
3c50811d24
@ -8,7 +8,7 @@ config :chess, ChessWeb.Endpoint,
|
|||||||
secret_key_base: "${SECRET_KEY_BASE}",
|
secret_key_base: "${SECRET_KEY_BASE}",
|
||||||
server: true,
|
server: true,
|
||||||
url: [host: "localhost", port: {:system, "PORT"}],
|
url: [host: "localhost", port: {:system, "PORT"}],
|
||||||
version: Application.spec(:myapp, :vsn)
|
version: Application.spec(:chess, :vsn)
|
||||||
|
|
||||||
config :chess, Chess.Repo,
|
config :chess, Chess.Repo,
|
||||||
adapter: Ecto.Adapters.Postgres,
|
adapter: Ecto.Adapters.Postgres,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user