hv-service/ENV.tmpl

12 lines
295 B
Cheetah
Raw Normal View History

2021-01-18 10:14:54 +01:00
# 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"
2021-01-24 23:53:28 +01:00
export JWT_ISSUER='de.hottis.hausverwaltung'
export JWT_SECRET='streng_geheim'
export JWT_LIFETIME_SECONDS=60
export JWT_ALGORITHM='HS256'