talas-group/04_INFRA_DEPLOIEMENT/Ansible/roles/sqlpage/templates/sqlpage.json

6 lines
267 B
JSON
Raw Normal View History

{
"listen_on":"127.0.0.1:{{ item['port'] }}",
"environment": "{{ item['mode'] | default('production') }}",
"database_url": "postgres://{{ item['dbuser'] }}:{{ item['dbpass'] }}@{{ item['dbhost'] }}:{{ item['dbport'] | default('5432') }}/{{ item['dbname'] }}"
}