Browse Source

Fixed config to contain user-filler which is necessary for auth with github api.

config-and-link-fixes
jrtechs 4 years ago
parent
commit
5edacf076e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      conf.json

+ 2
- 1
conf.json View File

@ -1,7 +1,8 @@
{
"port": 7000,
"sessionSecret": "superDuperSecret",
"sessionSecret": "superDuperSecret for session stuff",
"user": "github-user-used-with-api-account",
"clientID": "github client id",
"clientSecret": "clientSecret"
}

Loading…
Cancel
Save