github.com/AliyunContainerService/cli@v0.0.0-20181009023821-814ced4b30d0/e2e/testdata/notary/notary-config.json (about) 1 { 2 "server": { 3 "http_addr": "notary-server:4443", 4 "tls_key_file": "./notary-server.key", 5 "tls_cert_file": "./notary-server.cert" 6 }, 7 "trust_service": { 8 "type": "local", 9 "hostname": "", 10 "port": "", 11 "key_algorithm": "ed25519" 12 }, 13 "logging": { 14 "level": "debug" 15 }, 16 "storage": { 17 "backend": "memory" 18 } 19 }