'test/config.yaml' updaten
This commit is contained in:
parent
d5463029ea
commit
cefe6c874d
1 changed files with 15 additions and 1 deletions
|
@ -12,3 +12,17 @@ arch:
|
||||||
startup: before
|
startup: before
|
||||||
ports:
|
ports:
|
||||||
8000/tcp: 8000
|
8000/tcp: 8000
|
||||||
|
...
|
||||||
|
options:
|
||||||
|
beer: true
|
||||||
|
wine: true
|
||||||
|
liquor: false
|
||||||
|
name: "world"
|
||||||
|
year: 2017
|
||||||
|
schema:
|
||||||
|
beer: bool
|
||||||
|
wine: bool
|
||||||
|
liquor: bool
|
||||||
|
name: str
|
||||||
|
year: int
|
||||||
|
...
|
Loading…
Reference in a new issue