authservice/ENV.tmpl
2021-01-25 21:52:52 +01:00

12 lines
295 B
Cheetah

# copy to ENV and adjust values
export DB_HOST="172.16.10.18"
export DB_USER="hausverwaltung-ui"
export DB_PASS="test123"
export DB_NAME="hausverwaltung"
export JWT_ISSUER='de.hottis.hausverwaltung'
export JWT_SECRET='streng_geheim'
export JWT_LIFETIME_SECONDS=60
export JWT_ALGORITHM='HS256'