Files
abra/vendor/github.com/compose-spec/compose-go/v2/loader/example1.env
T
decentral1se 94624bb16d
continuous-integration/drone/push Build is passing
WIP: feat: use compose-go
See #492
2026-04-04 19:39:24 +02:00

11 lines
186 B
Bash

# passed through
FOO=foo_from_env_file
ENV.WITH.DOT=ok
ENV_WITH_UNDERSCORE=ok
# overridden in example2.env
BAR=bar_from_env_file
# overridden in full-example.yml
BAZ=baz_from_env_file