All checks were successful
Build and Deploy / build-deploy (push) Successful in 29s
11 lines
268 B
Plaintext
11 lines
268 B
Plaintext
PUBLIC_WS_URL=ws://localhost:3000/ws
|
|
PUBLIC_BOX_DRAWING_CHARS=─│┌┐└┘├┤
|
|
HOST=localhost
|
|
FE_PORT=5173
|
|
BE_PORT=3000
|
|
JWT_SECRET=your-secret-here
|
|
SIGNUP_SECRET=your-signup-secret-here
|
|
ADMIN_EMAIL=admin@localhost
|
|
DB_PATH=packages/be/db.sqlite
|
|
DATA_DIR=./data
|