mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
14 lines
375 B
TOML
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.
|