mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-02-20 07:45:30 -05:00
9 lines
245 B
Plaintext
9 lines
245 B
Plaintext
SERVER_IP=localhost
|
|
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
|
|
PORT=3000
|