Remove hyphens

This commit is contained in:
Ettore
2026-05-06 01:58:46 +02:00
parent de2ce65743
commit 2b598279d0
5 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
ADMIN_USERNAME=admin
ADMIN_PASSWORD=changeme123
# JWT signing secret generate with: python -c "import secrets; print(secrets.token_hex(32))"
# JWT signing secret generate with: python -c "import secrets; print(secrets.token_hex(32))"
SECRET_KEY=replace-with-a-random-64-char-hex-string
# Set to true to skip real AVConnect calls (for testing)