mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 11:49:23 +00:00
12 lines
223 B
YAML
12 lines
223 B
YAML
foo: bar
|
|
nested:
|
|
hi: hello
|
|
__DATAHUB_TO_FILE_ssl_cert: |
|
|
-----BEGIN CERTIFICATE-----
|
|
thisisnotarealcert
|
|
-----END CERTIFICATE-----
|
|
|
|
__DATAHUB_TO_FILE_ssl_key: ${DATAHUB_SSL_KEY}
|
|
|
|
another-key: final-value
|