# 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'