Add mock options in frontend and removed from environment variables
This commit is contained in:
@@ -118,7 +118,6 @@ All settings are read from environment variables.
|
||||
| `ADMIN_PASSWORD` | *(none)* | Password for the initial admin account. If unset, no seed account is created. |
|
||||
| `APP_PORT` | `8000` | HTTP port the server listens on |
|
||||
| `DATABASE_URL` | `sqlite:///data/gates.db` | SQLAlchemy database URL |
|
||||
| `MOCK_AVCONNECT` | `false` | Set to `true` to skip real AVConnect calls (always returns success — useful for development) |
|
||||
|
||||
## Running with Docker Compose
|
||||
|
||||
|
||||
Reference in New Issue
Block a user