mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-19 21:23:38 -04:00
11 lines
349 B
Bash
11 lines
349 B
Bash
SERVER_PORT=3001
|
|
# STORAGE_DIR="./backend/storage"
|
|
|
|
JWT_SECRET="your-random-string-here"
|
|
SYS_EMAIL="root@example.com"
|
|
SYS_PASSWORD="hunter2"
|
|
|
|
INNGEST_EVENT_KEY="background_workers"
|
|
INNGEST_SIGNING_KEY="random-string-goes-here"
|
|
INNGEST_LANDING_PAGE="true"
|
|
DATABASE_CONNECTION_STRING="postgresql://vectoradmin:password@host.docker.internal:5433/vdbms" |