mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-08-27 02:21:18 -04:00
bbda8cfaea
remove all references to setting the root credentials
8 lines
296 B
Bash
8 lines
296 B
Bash
SERVER_PORT=3001
|
|
# STORAGE_DIR="./backend/storage"
|
|
|
|
JWT_SECRET="your-random-string-here"
|
|
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" |