mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-30 22:24:14 +01:00
a4855cca36
update makefile add model for prepare update jinja template for prepare Signed-off-by: DQ <dengq@vmware.com>
15 lines
231 B
Django/Jinja
15 lines
231 B
Django/Jinja
---
|
|
{% if internal_tls.enabled %}
|
|
protocol: "https"
|
|
port: 8443
|
|
|
|
https_config:
|
|
cert: "/etc/harbor/ssl/registryctl.crt"
|
|
key: "/etc/harbor/ssl/registryctl.key"
|
|
|
|
{% else %}
|
|
protocol: "http"
|
|
port: 8080
|
|
{% endif %}
|
|
log_level: "INFO"
|