docs: fix minor typo (#493)
This commit is contained in:
parent
213f098bc0
commit
12842edd2c
|
@ -94,7 +94,7 @@ See the default [YAML config example](config/config.yml):
|
||||||
[embedmd]:# (config/testdata/config.yml yaml)
|
[embedmd]:# (config/testdata/config.yml yaml)
|
||||||
```yaml
|
```yaml
|
||||||
core:
|
core:
|
||||||
enabled: true # enabale httpd server
|
enabled: true # enable httpd server
|
||||||
address: "" # ip address to bind (default: any)
|
address: "" # ip address to bind (default: any)
|
||||||
shutdown_timeout: 30 # default is 30 second
|
shutdown_timeout: 30 # default is 30 second
|
||||||
port: "8088" # ignore this port number if auto_tls is enabled (listen 443).
|
port: "8088" # ignore this port number if auto_tls is enabled (listen 443).
|
||||||
|
@ -121,7 +121,7 @@ core:
|
||||||
host: "" # which domains the Let's Encrypt will attempt
|
host: "" # which domains the Let's Encrypt will attempt
|
||||||
|
|
||||||
grpc:
|
grpc:
|
||||||
enabled: false # enabale gRPC server
|
enabled: false # enable gRPC server
|
||||||
port: 9000
|
port: 9000
|
||||||
|
|
||||||
api:
|
api:
|
||||||
|
|
|
@ -12,7 +12,7 @@ import (
|
||||||
|
|
||||||
var defaultConf = []byte(`
|
var defaultConf = []byte(`
|
||||||
core:
|
core:
|
||||||
enabled: true # enabale httpd server
|
enabled: true # enable httpd server
|
||||||
address: "" # ip address to bind (default: any)
|
address: "" # ip address to bind (default: any)
|
||||||
shutdown_timeout: 30 # default is 30 second
|
shutdown_timeout: 30 # default is 30 second
|
||||||
port: "8088" # ignore this port number if auto_tls is enabled (listen 443).
|
port: "8088" # ignore this port number if auto_tls is enabled (listen 443).
|
||||||
|
@ -39,7 +39,7 @@ core:
|
||||||
host: "" # which domains the Let's Encrypt will attempt
|
host: "" # which domains the Let's Encrypt will attempt
|
||||||
|
|
||||||
grpc:
|
grpc:
|
||||||
enabled: false # enabale gRPC server
|
enabled: false # enable gRPC server
|
||||||
port: 9000
|
port: 9000
|
||||||
|
|
||||||
api:
|
api:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
core:
|
core:
|
||||||
enabled: true # enabale httpd server
|
enabled: true # enable httpd server
|
||||||
address: "" # ip address to bind (default: any)
|
address: "" # ip address to bind (default: any)
|
||||||
shutdown_timeout: 30 # default is 30 second
|
shutdown_timeout: 30 # default is 30 second
|
||||||
port: "8088" # ignore this port number if auto_tls is enabled (listen 443).
|
port: "8088" # ignore this port number if auto_tls is enabled (listen 443).
|
||||||
|
@ -26,7 +26,7 @@ core:
|
||||||
host: "" # which domains the Let's Encrypt will attempt
|
host: "" # which domains the Let's Encrypt will attempt
|
||||||
|
|
||||||
grpc:
|
grpc:
|
||||||
enabled: false # enabale gRPC server
|
enabled: false # enable gRPC server
|
||||||
port: 9000
|
port: 9000
|
||||||
|
|
||||||
api:
|
api:
|
||||||
|
|
Loading…
Reference in New Issue