Files
timothycarambat bbda8cfaea improve onboarding to auto-onboard
remove all references to setting the root credentials
2024-01-18 17:21:09 -08:00

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"