Files
zerobyte/.env.example
Nicolas Meienberger 4ea9f34154 chore: portless setup
2026-05-27 17:14:34 +02:00

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