Skip to content

Commit

Permalink
Add example config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Tihomirov committed Feb 25, 2017
1 parent c6b9720 commit 5638d10
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config.example.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
listen_address: "127.0.0.1:3000"
proxy_address: "http://127.0.0.1:8080"
oauth:
redirect_url: "http://localhost:3000/oauth/callback"
client_id: "ur id here"
client_secret: "ur secret here"
session:
hash_key: "Extremely secure 64 byte hash key that almost nobody will guess."
block_key: "Highly secure 32 byte block key."
require_session: true
header_name: XWhitelistedGuilds
whitelisted_guilds:
- guild_id_here
- another_guild_id_here
ignored_paths:
- /favicon.ico
- /robots.txt

0 comments on commit 5638d10

Please sign in to comment.