William Petit 97bacd0bb8
Some checks reported warnings
Cadoles/goweb-oidc/pipeline/head This commit was not built
fix: isolated local dev environment
2025-03-07 12:08:07 +01:00

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