This commit is contained in:
2021-01-25 21:52:52 +01:00
commit b88dec12d3
9 changed files with 240 additions and 0 deletions

11
ENV.tmpl Normal file
View File

@ -0,0 +1,11 @@
# 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'