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

5 lines
139 B
Bash

SERVER_PORT=3001
JWT_SECRET="YoUr_RaNd0M_sTr1nG"
# STORAGE_DIR=
DATABASE_CONNECTION_STRING="postgresql://user:password@host:port/database"