Skip to content

Commit a96c55c

Browse files
committed
fix: update config for new dockerfile
1 parent db6c7c5 commit a96c55c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

parsec-testcontainers/parsec/config.toml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
[core_settings]
22
log_timestamp = false
33
log_error_details = true
4+
log_level = "debug" # Possible values: "debug", "info", "warn", "error", "trace"
45
allow_root = true
56

67
[listener]
78
listener_type = "DomainSocket"
89
timeout = 200 # in milliseconds
9-
socket_path = "/run/parsec/parsec.sock"
10+
socket_path = "/parsec/quickstart/parsec.sock"
1011

1112
[authenticator]
12-
auth_type = "UnixPeerCredentials"
13+
# auth_type = "UnixPeerCredentials"
14+
auth_type = "Direct"
1315

1416
[[key_manager]]
1517
name = "on-disk-manager"
1618
manager_type = "OnDisk"
17-
store_path = "/var/lib/parsec/mappings"
19+
store_path = "/parsec/quickstart/mappings"
1820

1921
[[provider]]
2022
provider_type = "MbedCrypto"

0 commit comments

Comments
 (0)