30 lines
522 B
INI
30 lines
522 B
INI
|
[PIX360]
|
||
|
Debug = 0
|
||
|
Hosts = pix360.local
|
||
|
|
||
|
[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
|
||
|
|
||
|
[S3]
|
||
|
endpoint = http://minio.local
|
||
|
accesskey = pix360
|
||
|
secretkey = secret!
|
||
|
bucket = pix360
|