borders/config.json

19 lines
374 B
JSON
Raw Normal View History

2022-02-10 07:28:21 +00:00
{
2022-03-22 16:21:16 +00:00
"port": "80",
"oauth2": {
"redirect_uri": "http://localhost/login/callback",
"client_id": "852944034455748628",
"client_secret": "AyZ54S2aZuaCrRGAAbqbCBOutEQkkwBt",
"scopes": [
"identify"
]
},
"session": {
"secret": "PIZZAPASTA",
"cookie": {
"maxAge": 86400000
2022-02-10 07:28:21 +00:00
},
2022-03-22 16:21:16 +00:00
"resave": true,
"saveUninitialized": false
}
}