Remove hyphens
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user