EvalueTonSavoir/server/auth_config-development.json

10 lines
172 B
JSON
Raw Normal View History

{
"auth": {
"simpleauth": {
"enabled": true,
"name": "provider3",
"SESSION_SECRET": "your_session_secret"
}
}
}