fix ex
This commit is contained in:
@@ -7,7 +7,7 @@ IMAGE_TAG=latest
|
|||||||
# Required for authentication
|
# Required for authentication
|
||||||
SECRET_KEY=<random-32-byte-hex>
|
SECRET_KEY=<random-32-byte-hex>
|
||||||
ADMIN_USER=admin
|
ADMIN_USER=admin
|
||||||
ADMIN_PASSWORD=<strong-password>
|
ADMIN_PASSWORD=admin
|
||||||
|
|
||||||
# Optional: check retention (limits DB growth)
|
# Optional: check retention (limits DB growth)
|
||||||
# CHECK_RETENTION_COUNT=5000 # keep last N checks per service (default 5000)
|
# CHECK_RETENTION_COUNT=5000 # keep last N checks per service (default 5000)
|
||||||
|
|||||||
Reference in New Issue
Block a user