add ssrf, esk and allowlist

This commit is contained in:
2026-05-31 19:44:51 +02:00
parent e893a1f9d9
commit 613849552f
2 changed files with 25 additions and 6 deletions
+4
View File
@@ -1,5 +1,9 @@
# .env file for SoundCloud S3 Uploader
# Pflichtfeld: zufälliger geheimer Schlüssel für Flask-Sessions.
# Generieren: python -c "import secrets; print(secrets.token_hex(32))"
SECRET_KEY="HIER_EINEN_LANGEN_ZUFAELLIGEN_WERT_EINTRAGEN"
AWS_ACCESS_KEY_ID="DEINE_ACCESS_KEY_ID"
AWS_SECRET_ACCESS_KEY="DEIN_SECRET_ACCESS_KEY"
AWS_S3_BUCKET_NAME="dein-s3-bucket-name"