Updated notary server config

This commit is contained in:
Hendrik Eeckhaut
2023-11-15 16:22:21 +03:00
parent 31e30f8f3c
commit 577be9ad4a
2 changed files with 5 additions and 1 deletions

View File

@@ -12,6 +12,10 @@ tls-signature:
notary-signature:
private-key-pem-path: "./fixture/notary/notary.key"
public-key-pem-path: "./fixture/notary/notary.pub"
tracing:
default-level: DEBUG
authorization:
enabled: false

View File

@@ -93,7 +93,7 @@ Bytes sent:
### 3. Redact Information
Open `simple_prover.rs` and locate the line with:
Open `simple/src/examples/simple_prover.rs` and locate the line with:
```rust
let redact = false;