2
0
mirror of https://github.com/cmehay/pyentrypoint synced 2024-10-30 15:21:11 +00:00
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