'test/config.yaml' updaten

This commit is contained in:
Lermer 2022-07-27 15:09:22 +02:00
parent d5463029ea
commit cefe6c874d

View file

@ -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
...