You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
482 B
14 lines
482 B
---
|
|
customer_domain: {{ customer_domain_name }}
|
|
|
|
jekyll_init_repo: {{ mjb_web.jekyll_init_repo }}
|
|
store_repo_base: {{ mjb_web.store_repo_base }}
|
|
|
|
database:
|
|
mjb: postgresql://{{ databases.mjb.user }}:{{ databases.mjb.pass }}@{{ databases.mjb.host }}/{{ databases.mjb.name }}
|
|
minion: postgresql://{{ databases.minion.user }}:{{ databases.minion.pass }}@{{ databases.minion.host }}/{{ databases.minion.name }}
|
|
|
|
secrets:
|
|
{% for secret in secrets %}
|
|
- {{ secret }}
|
|
{% endfor %}
|
|
|