16 lines
265 B
Bash
16 lines
265 B
Bash
|
|
# Port configuration
|
|
PORT=8091
|
|
|
|
# Operation defaults
|
|
DEFAULT_COUNT=4
|
|
DEFAULT_TIMEOUT=10s
|
|
MAX_COUNT=20
|
|
MAX_TIMEOUT=30s
|
|
|
|
# Logging
|
|
ENABLE_LOGGING=true
|
|
|
|
# PocketBase integration (no authentication required)
|
|
POCKETBASE_ENABLED=true
|
|
POCKETBASE_URL=http://localhost:8090 |