Change order in sample yaml
This commit is contained in:
parent
9215931ceb
commit
4724f79877
|
@ -19,6 +19,8 @@ pvc:
|
||||||
listen_address: "127.0.0.1"
|
listen_address: "127.0.0.1"
|
||||||
# listen_port: TCP port to listen on, usually 7370
|
# listen_port: TCP port to listen on, usually 7370
|
||||||
listen_port: "7370"
|
listen_port: "7370"
|
||||||
|
# secret_key: Per-cluster secret key for API cookies; generate with uuidgen or pwgen
|
||||||
|
secret_key: ""
|
||||||
# authentication: Authentication and security settings
|
# authentication: Authentication and security settings
|
||||||
authentication:
|
authentication:
|
||||||
# tokens: a list of authentication tokens; leave as an empty list to disable authentication
|
# tokens: a list of authentication tokens; leave as an empty list to disable authentication
|
||||||
|
@ -27,8 +29,6 @@ pvc:
|
||||||
- description: "testing"
|
- description: "testing"
|
||||||
# token: random token for authentication; generate with uuidgen or pwgen
|
# token: random token for authentication; generate with uuidgen or pwgen
|
||||||
token: ""
|
token: ""
|
||||||
# secret_key: Per-cluster secret key for API cookies; generate with uuidgen or pwgen
|
|
||||||
secret_key: ""
|
|
||||||
# ssl: SSL configuration
|
# ssl: SSL configuration
|
||||||
ssl:
|
ssl:
|
||||||
# Enabled or disable SSL operation
|
# Enabled or disable SSL operation
|
||||||
|
|
Loading…
Reference in New Issue