fix: fix typo
This commit is contained in:
parent
b9db50de08
commit
d5db0360a7
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ url: https://example.com/
|
|||
port: 3000
|
||||
|
||||
# The bind host your Calckey server should listen on.
|
||||
# If unspecified, the wildcard address will be using.
|
||||
# If unspecified, the wildcard address will be used.
|
||||
#bind: 127.0.0.1
|
||||
|
||||
# ┌──────────────────────────┐
|
||||
|
|
|
@ -114,7 +114,7 @@ url: "https://{{ .Values.calckey.domain }}/"
|
|||
port: 3000
|
||||
|
||||
# The bind host your Calckey server should listen on.
|
||||
# If unspecified, the wildcard address will be using.
|
||||
# If unspecified, the wildcard address will be used.
|
||||
#bind: 127.0.0.1
|
||||
|
||||
# ┌──────────────────────────┐
|
||||
|
|
Loading…
Reference in a new issue