From 17763841f254ec29c84d1769309a15cf9d35347b Mon Sep 17 00:00:00 2001 From: Fisheiyy <54205282+Fisheiyy@users.noreply.github.com> Date: Thu, 10 Feb 2022 16:46:03 -0600 Subject: [PATCH] Update config.json i regenerated the client secret so it doesnt matter really --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index b7d6258..7b340e8 100644 --- a/config.json +++ b/config.json @@ -2,12 +2,12 @@ "port": "80", "oauth2": { "redirect_uri": "http://localhost/login/callback", - "client_id": "895869502447837204", - "client_secret": "9ARPERK78-SyvPIMd_nJv_-U2W5yB8V4", + "client_id": "", + "client_secret": "", "scopes": ["identify"] }, "session": { - "secret": "youshallnotpass", + "secret": "123", "cookie": { "maxAge": 86400000 },