mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-04-17 13:33:16 -04:00
10 lines
272 B
Plaintext
10 lines
272 B
Plaintext
SERVER_IP=localhost
|
|
ZEROBYTE_DATABASE_URL=./data/zerobyte.db
|
|
RESTIC_CACHE_DIR=./data/restic/cache
|
|
ZEROBYTE_REPOSITORIES_DIR=./data/repositories
|
|
ZEROBYTE_VOLUMES_DIR=./data/volumes
|
|
APP_SECRET=<openssl rand -hex 32>
|
|
BASE_URL=http://localhost:300
|
|
TRUST_PROXY=false
|
|
PORT=3000
|