Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/zanderxyz/veil
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderxyz committed Jun 22, 2018
2 parents fd1dc4e + da30589 commit 345b5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/templates/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ config :veil,
session_expiry: 86_400 * 30,
refresh_expiry_interval: 86_400

config :veil,Veil.Scheduler,
config :veil, Veil.Scheduler,
jobs: [
# Runs every midnight to delete all expired requests and sessions
{"@daily", {<%= main_module %>.Veil.Clean, :expired, []}}
Expand Down

0 comments on commit 345b5d3

Please sign in to comment.