21 lines
727 B
Bash
Raw Normal View History

{% set VAULT_KEY = getenv("VAULT_KEY") %}
# This file is maintained by remco and populated with data from HashiCorp
# Vault. Changes not done in Vault will be reverted when file gets rendered.
{% for key in ls(VAULT_KEY|add:"/data") %}
{{key}}={{ getv(VAULT_KEY|add:"/data/"|add:key) }}
{% endfor %}
# Other available defaults
# RESTARTPOLICY=always
2025-02-26 00:50:48 +01:00
#
# Defaults to "info"
# RUNDECK_LOGGING_LOGLEVEL_DEFAULT: "debug"
# RUNDECK_LOGGING_LOGLEVEL_ROOT: "debug"
# RUNDECK_LOGGING_LOGLEVEL_HIBERNATE: "debug"
# RUNDECK_LOGGING_LOGLEVEL_SPRING: "debug"
# RUNDECK_LOGGING_LOGLEVEL_SPRINGBEAN: "debug"
# RUNDECK_LOGGING_LOGLEVEL_INTERNALS: "debug"
# RUNDECK_LOGGING_LOGLEVEL_GRAILS: "debug"
2025-02-26 00:51:27 +01:00
# RUNDECK_LOGGING_LOGLEVEL_JETTY: "debug"