[fix] role:authelia:Variablen für ownCloud-Anbindung
This commit is contained in:
parent
717898fea8
commit
6cf5a0666b
2 changed files with 2 additions and 2 deletions
|
@ -34,6 +34,6 @@
|
||||||
"var_authelia_notification_smtp_sender": "authelia@example.org",
|
"var_authelia_notification_smtp_sender": "authelia@example.org",
|
||||||
"var_authelia_oidc_hmac_secret": "REPLACE_ME",
|
"var_authelia_oidc_hmac_secret": "REPLACE_ME",
|
||||||
"var_authelia_oidc_lifespan_access_token": "1h",
|
"var_authelia_oidc_lifespan_access_token": "1h",
|
||||||
"var_authelia_oidc_lifespan_authorization_code": "1m",
|
"var_authelia_oidc_lifespan_refresh_token": "1m",
|
||||||
"var_authelia_oidc_cors_endpoints": null
|
"var_authelia_oidc_cors_endpoints": null
|
||||||
}
|
}
|
||||||
|
|
|
@ -145,7 +145,7 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"mandatory": false
|
"mandatory": false
|
||||||
},
|
},
|
||||||
"oidc_lifespan_authorization_code": {
|
"oidc_lifespan_refresh_token": {
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"mandatory": false
|
"mandatory": false
|
||||||
|
|
Loading…
Add table
Reference in a new issue