22 lines
409 B
INI
22 lines
409 B
INI
|
[KEYLOG]
|
||
|
Debug = 0
|
||
|
|
||
|
[OIDC]
|
||
|
Name = KumiDC
|
||
|
CreateUsers = 0
|
||
|
|
||
|
ClientID = 123456789
|
||
|
ClientSecret = thisverysecretsecret!
|
||
|
Algorithm = RS256
|
||
|
|
||
|
JWKS = https://kumidc/openid/jwks
|
||
|
Authorization = https://kumidc/openid/authorize
|
||
|
Token = https://kumidc/openid/token
|
||
|
UserInfo = https://kumidc/openid/userinfo
|
||
|
|
||
|
[MySQL]
|
||
|
database = keylog
|
||
|
username = keylog
|
||
|
password = passwords_are_very_important!
|
||
|
host = localhost
|
||
|
port = 3306
|