You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pyentrypoint/common.yml

16 lines
290 B
YAML

environ:
environment:
SECRET: nothing
JSON: |
{"json": "ok"}
YAML: |
yaml: ok
OK: 'true'
KO: '0'
TOML: |
[toml]
value = 'ok'
CONFIGPARSER: |
[ini]
value = ok