mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-08-26 17:56:39 -04:00
bbda8cfaea
remove all references to setting the root credentials
5 lines
139 B
Bash
5 lines
139 B
Bash
SERVER_PORT=3001
|
|
JWT_SECRET="YoUr_RaNd0M_sTr1nG"
|
|
# STORAGE_DIR=
|
|
DATABASE_CONNECTION_STRING="postgresql://user:password@host:port/database"
|