Skip to content

Commit

Permalink
fix travis.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
TakutoYoshimura committed Jun 5, 2019
1 parent 5989e24 commit b785c20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/travis.exs
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ config :guardian, Guardian.DB,
schema_name: "guardian_tokens", # default
#token_types: ["refresh_token"], # store all token types if not set
sweep_interval: 60 # default: 60 minutes

# Configure materia application authenticator
# recomend you generate complex app_key by "mix phx.gen.secret" command.
config :materia, Materia.Plug.ApplicationKeyChecker,
app_key: "test_app_key"

0 comments on commit b785c20

Please sign in to comment.