borders/config.json

18 lines
359 B
JSON

{
"port": "80",
"oauth2": {
"redirect_uri": "http://localhost/login/callback",
"client_id": "",
"client_secret": "",
"scopes": ["identify"]
},
"session": {
"secret": "123",
"cookie": {
"maxAge": 86400000
},
"resave": true,
"saveUninitialized": false
}
}