Files
notary-server/config/config.yaml
Christopher Chong 46acc04f57 Dockerize server. (#9)
* Dockerize server.

* Modify tag push condition.

* Move build image to cd workflow and change tag syntax.
2023-09-05 10:49:09 +08:00

18 lines
331 B
YAML

server:
name: "notary-server"
host: "0.0.0.0"
port: 7047
notarization:
max-transcript-size: 16384
tls-signature:
private-key-pem-path: "./fixture/tls/notary.key"
certificate-pem-path: "./fixture/tls/notary.crt"
notary-signature:
private-key-pem-path: "./fixture/notary/notary.key"
tracing:
default-level: DEBUG