8 lines
280 B
Plaintext
8 lines
280 B
Plaintext
DEPRECORE_PORT=3000
|
|
DEPRECORE_DATA_DIR=./data
|
|
DEPRECORE_DB_PATH=./data/deprecore.sqlite
|
|
DEPRECORE_SERVER_FQDN=localhost
|
|
DEPRECORE_CORS_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
|
|
DEPRECORE_JWT_SECRET=replace-with-a-long-random-secret
|
|
DEPRECORE_ADMIN_PASSWORD=ChangeMe123!
|