Browse Source

created a basic demo config to demonstrate what people should put in their configuration.

pull/11/head
Jeffery Russell 5 years ago
parent
commit
a33136d74d
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      conf.json

+ 7
- 0
conf.json View File

@ -0,0 +1,7 @@
{
"port": 7000,
"sessionSecret": "superDuperSecret",
"clientID": "github client id",
"clientSecret": "clientSecret"
}

Loading…
Cancel
Save