Update config.json

i regenerated the client secret so it doesnt matter really
This commit is contained in:
Fisheiyy 2022-02-10 16:46:03 -06:00
parent 0adb28e7fa
commit 17763841f2
1 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@
"port": "80", "port": "80",
"oauth2": { "oauth2": {
"redirect_uri": "http://localhost/login/callback", "redirect_uri": "http://localhost/login/callback",
"client_id": "895869502447837204", "client_id": "",
"client_secret": "9ARPERK78-SyvPIMd_nJv_-U2W5yB8V4", "client_secret": "",
"scopes": ["identify"] "scopes": ["identify"]
}, },
"session": { "session": {
"secret": "youshallnotpass", "secret": "123",
"cookie": { "cookie": {
"maxAge": 86400000 "maxAge": 86400000
}, },