mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-05-12 10:35:25 +00:00
9 lines
228 B
Bash
9 lines
228 B
Bash
hostname=http://127.0.0.1:5989/
|
|
dbname=livesync-test-db-ci
|
|
username=admin
|
|
password=testpassword
|
|
minioEndpoint=http://127.0.0.1:9000
|
|
accessKey=minioadmin
|
|
secretKey=minioadmin
|
|
bucketName=livesync-test-bucket-ci
|
|
LIVESYNC_TEST_TEE=1 |