Volodymyr Stoiko | e5ab603 | 2017-04-22 17:41:29 +0300 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | pushkin_db_host: ${_param:haproxy_postgresql_bind_host} |
| 4 | pushkin_db_port: ${_param:haproxy_postgresql_bind_port} |
| 5 | pushkin_db_user: pushkin |
| 6 | pushkin_db_user_password: pushkin |
| 7 | postgresql: |
| 8 | client: |
| 9 | server: |
| 10 | server01: |
| 11 | admin: |
| 12 | host: ${_param:pushkin_db_host} |
| 13 | port: ${_param:pushkin_db_port} |
| 14 | user: ${_param:postgresql_admin_user} |
| 15 | password: ${_param:postgresql_admin_user_password} |
| 16 | database: |
| 17 | pushkin: |
| 18 | enabled: true |
| 19 | encoding: 'UTF8' |
| 20 | locale: 'en_US' |
| 21 | template: 'hstore_enabled' |
| 22 | users: |
| 23 | - name: ${_param:pushkin_db_user} |
| 24 | password: ${_param:pushkin_db_user_password} |
| 25 | host: ${_param:pushkin_db_host} |
| 26 | createdb: true |
| 27 | rights: all privileges |