mirror of
https://github.com/tlsnotary/notary-server.git
synced 2026-01-08 22:18:07 -05:00
* Dockerize server. * Modify tag push condition. * Move build image to cd workflow and change tag syntax.
18 lines
331 B
YAML
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
|