1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/security/arti/files/patch-crates_arti_src_arti-example-config.toml
2023-08-02 10:16:06 +02:00

14 lines
375 B
TOML

--- crates/arti/src/arti-example-config.toml.orig 2023-08-01 15:40:26 UTC
+++ crates/arti/src/arti-example-config.toml
@@ -102,8 +102,8 @@
#
# The state directory is not yet used.
[storage]
-#cache_dir = "${ARTI_CACHE}"
-#state_dir = "${ARTI_LOCAL_DATA}"
+cache_dir = "/var/db/arti/"
+state_dir = "/var/db/arti/"
#[storage.keystore]
# Whether the keystore is enabled.