mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +01:00
10 lines
421 B
INI
10 lines
421 B
INI
dhfs.objects.persistence.root=${HOME}/dhfs_data/dhfs_root_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 |