first commit
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
QBIT_BASE_URL=http://zimaos.bee:8181
|
||||
QBIT_USERNAME=admin
|
||||
QBIT_PASSWORD=adminadmin
|
||||
APP_USERNAME=qbuffer
|
||||
APP_PASSWORD=changeme
|
||||
JWT_SECRET=replace_me
|
||||
APP_HOST=localhost
|
||||
WEB_ORIGIN=http://localhost:5173
|
||||
SERVER_PORT=3001
|
||||
WEB_PORT=5173
|
||||
POLL_INTERVAL_MS=3000
|
||||
ENFORCE_INTERVAL_MS=2000
|
||||
DEFAULT_DELAY_MS=3000
|
||||
MAX_LOOP_LIMIT=1000
|
||||
STALLED_RECOVERY_MS=300000
|
||||
TIMER_POLL_MS=60000
|
||||
NODE_ENV=development
|
||||
Reference in New Issue
Block a user