mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-03-05 07:25:23 +00:00
end point tests figured out
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# secret dev configurations - api keys go here
|
||||
use Mix.Config
|
||||
|
||||
config :myapp,
|
||||
bnet_client_id: "",
|
||||
|
||||
@@ -16,4 +16,9 @@ config :myapp, MyApp.Repo,
|
||||
password: "postgres",
|
||||
database: "myapp_test",
|
||||
hostname: "localhost",
|
||||
template: "template0",
|
||||
pool: Ecto.Adapters.SQL.Sandbox
|
||||
|
||||
config :myapp, MyApp.Guardian,
|
||||
issuer: "myapp",
|
||||
secret_key: "secret"
|
||||
|
||||
Reference in New Issue
Block a user