1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-21 00:24:27 -05:00
2016-03-23 16:29:28 -06:00

11 lines
416 B
Plaintext

# environment variables for postmaster process
# This file has the same syntax as postgresql.conf:
# VARIABLE = simple_value
# VARIABLE2 = 'any value!'
# I. e. you need to enclose any value which does not only consist of letters,
# numbers, and '-', '_', '.' in single quotes. Shell commands are not
# evaluated.
{% if postgresql_env %}{% for k,v in postgresql_env.items() %}
{{k}} = {{v}}
{% endfor %}{% endif %}