mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-20 05:34:24 -04:00
10 lines
219 B
Bash
10 lines
219 B
Bash
SERVER_PORT=3001
|
|
|
|
# temp Root account login
|
|
SYS_EMAIL=root@vectoradmin.com
|
|
SYS_PASSWORD=password
|
|
|
|
JWT_SECRET="YoUr_RaNd0M_sTr1nG"
|
|
# STORAGE_DIR=
|
|
DATABASE_CONNECTION_STRING="postgresql://user:password@host:port/database
|