Compare commits
2 Commits
150a7365b1
...
b2a1cdbeb7
Author | SHA1 | Date | |
---|---|---|---|
b2a1cdbeb7 | |||
2b921ad873 |
@@ -5,3 +5,5 @@
|
||||
{% for key in ls(VAULT_KEY|add:"/data") %}
|
||||
{{key}}={{ getv(VAULT_KEY|add:"/data/"|add:key) }}
|
||||
{% endfor %}
|
||||
# Only when MODE is not "json-rpc":
|
||||
# AUTO_RECEIVE_SCHEDULE=0 22 * * *
|
||||
|
9
templates.d/snipeit/fqdn-context.env
Normal file
9
templates.d/snipeit/fqdn-context.env
Normal 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
|
Reference in New Issue
Block a user