docs: anonymize env examples

This commit is contained in:
2026-01-30 12:41:09 +01:00
parent b9ea2c2625
commit 12eece0226

View File

@@ -109,9 +109,9 @@ Environment="SMTP_HOST=smtp.example.com"
Environment="SMTP_PORT=587" Environment="SMTP_PORT=587"
Environment="SMTP_USER=dein_user" Environment="SMTP_USER=dein_user"
Environment="SMTP_PASS=dein_pass" Environment="SMTP_PASS=dein_pass"
Environment="SMTP_FROM=bestand@hellas.welker.me" Environment="SMTP_FROM=bestand@example.com"
Environment="ORDER_TO=bjoern@welker.me, zweite@domain.de" Environment="ORDER_TO=admin@example.com, zweite@example.com"
Environment="APP_API_KEY=api_f4b8e1c97a2d4e5b8c6a9d3e2f7b1a0c" Environment="APP_API_KEY=api_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
ExecStart=/var/www/hellas/wawi/.venv/bin/gunicorn -w 3 -b 127.0.0.1:8000 app:app ExecStart=/var/www/hellas/wawi/.venv/bin/gunicorn -w 3 -b 127.0.0.1:8000 app:app
Restart=always Restart=always