ansible-base/ansible/roles/hedgedoc/templates/config.json.j2

29 lines
862 B
Text
Raw Normal View History

2023-12-10 20:44:52 +01:00
{
"development": {
"domain": "localhost:3000",
"url": {
"addport": true
},
"loglevel": "debug",
"sessionSecret": "{{var_hedgedoc_session_secret}}",
"db": {
"dialect": "sqlite",
"storage": "./db.hedgedoc.sqlite"
},
"urlAddPort": false,
"protocolUseSSL": false,
"oauth2": {
"providerName": "authelia",
"clientId": "b45421efcb7b1e5672d9b2bc55b3fdb2b6c62f3a72668110bd38f77fa1242ece",
"clientSecret": "e8493098b9a280610a2ba9fa0b49f14035a9f048e8505cf4981f0555a2885655",
"scope": "openid email profile",
"userProfileUsernameAttr": "sub",
"userProfileDisplayNameAttr": "name",
"userProfileEmailAttr": "email",
"userProfileUrl": "http://authelia.local:9091/api/oidc/userinfo",
"tokenUrl": "http://authelia.local:9091/api/oidc/token",
"authorizationUrl": "http://authelia.local:9091/api/oidc/authorize"
}
}
}