mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 01:59:44 +01:00
16 lines
308 B
JSON
16 lines
308 B
JSON
|
{
|
||
|
"server": {
|
||
|
"grpc_addr": ":7899",
|
||
|
"tls_cert_file": "./notary-signer.crt",
|
||
|
"tls_key_file": "./notary-signer.key"
|
||
|
},
|
||
|
"logging": {
|
||
|
"level": "debug"
|
||
|
},
|
||
|
"storage": {
|
||
|
"backend": "mysql",
|
||
|
"db_url": "signer@tcp(mysql:3306)/notarysigner?parseTime=True",
|
||
|
"default_alias":"defaultalias"
|
||
|
}
|
||
|
}
|