mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
11 lines
480 B
INI
11 lines
480 B
INI
dhfs.objects.persistence.files.root=${HOME}/dhfs_data/dhfs_root_test
|
|
dhfs.objects.root=${HOME}/dhfs_data/dhfs_root_d_test
|
|
dhfs.fuse.root=${HOME}/dhfs_data/dhfs_fuse_root_test
|
|
dhfs.objects.ref_verification=true
|
|
dhfs.objects.deletion.delay=0
|
|
quarkus.log.category."com.usatiuk.dhfs".level=TRACE
|
|
quarkus.log.category."com.usatiuk.dhfs".min-level=TRACE
|
|
quarkus.http.test-port=0
|
|
quarkus.http.test-ssl-port=0
|
|
dhfs.local-discovery=false
|
|
dhfs.objects.persistence.snapshot-extra-checks=true |