First commit
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# Admin credentials (required on first run to seed the admin user)
|
||||
ADMIN_USERNAME=admin
|
||||
ADMIN_PASSWORD=changeme123
|
||||
|
||||
# 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)
|
||||
# MOCK_AVCONNECT=true
|
||||
|
||||
# Database path (default: ./data/gates.db relative to project root)
|
||||
# DATABASE_URL=sqlite:///./data/gates.db
|
||||
Reference in New Issue
Block a user