mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-06-02 04:58:10 -04:00
10 lines
270 B
Plaintext
10 lines
270 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
|
|
TRUST_PROXY=false
|
|
PORT=3000
|