22 lines
749 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
#
2025-02-26 01:24:35 +01:00
# Defaults to "warn"
# Can be for example debug, info, warn, error
2025-02-26 01:11:29 +01:00
# 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 01:31:36 +01:00
# RUNDECK_LOGGING_LOGLEVEL_JETTY=debug