fix(remco): Unify example file name

This commit is contained in:
2023-05-16 22:25:43 +02:00
parent b2a1cdbeb7
commit 6959dab910
5 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{% 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 %}
# Set to true when needed for temporary debugging
APP_DEBUG=false