37 lines
667 B
YAML
37 lines
667 B
YAML
|
serve:
|
||
|
cookies:
|
||
|
same_site_mode: Lax
|
||
|
|
||
|
admin:
|
||
|
port: 4445
|
||
|
host: 0.0.0.0
|
||
|
|
||
|
public:
|
||
|
port: 4444
|
||
|
host: 0.0.0.0
|
||
|
|
||
|
level: debug
|
||
|
|
||
|
urls:
|
||
|
self:
|
||
|
# Adresse publique du serveur hydra
|
||
|
issuer: http://localhost:8081
|
||
|
|
||
|
# Configuration des login/consent/logout apps
|
||
|
consent: http://localhost:8082/auth/consent
|
||
|
login: http://localhost:8082/auth/login
|
||
|
logout: http://localhost:8082/auth/logout
|
||
|
|
||
|
secrets:
|
||
|
system:
|
||
|
- youReallyNeedToChangeThis
|
||
|
|
||
|
dsn: mysql://hydra:hydra@tcp(mariadb:3306)/hydra?parseTime=true
|
||
|
|
||
|
oidc:
|
||
|
subject_identifiers:
|
||
|
supported_types:
|
||
|
- pairwise
|
||
|
- public
|
||
|
pairwise:
|
||
|
salt: youReallyNeedToChangeThis
|