mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-02-07 12:01:33 -05:00
* test(e2e): admin user registration * ci: e2e workflow * feat: disable rate limiting env var * test(e2e): fix order of execution in registration tests * ci: run e2e tests before release
7 lines
207 B
Plaintext
7 lines
207 B
Plaintext
SERVER_IP=localhost
|
|
DATABASE_URL=./data/zerobyte.db
|
|
RESTIC_PASS_FILE=./data/restic.pass
|
|
RESTIC_CACHE_DIR=./data/restic/cache
|
|
ZEROBYTE_REPOSITORIES_DIR=./data/repositories
|
|
ZEROBYTE_VOLUMES_DIR=./data/volumes
|