1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-11 09:32:51 +00:00

client - add error message if user account does not have battletag

This commit is contained in:
2018-01-27 17:26:47 -06:00
parent da738c5535
commit b90860f251
6 changed files with 79 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ config :myapp, MyAppWeb.Endpoint,
# Configure your database
config :myapp, MyApp.Repo,
adapter: Ecto.Adapters.Postgres,
hostnamae: "localhost",
username: "postgres",
password: "postgres",
database: "myapp_prod",