blob: 65bd67ef768817e0bdf30ccfdc99e069dbba0ec7 [file] [log] [blame]
Petr Michalec8a0d52e2018-05-30 16:22:56 +02001postgresql:
2 server:
3 enabled: true
4 clients:
5 - 127.0.0.1
6 bind:
7 address: 127.0.0.1
8 port: 5432
9 protocol: tcp
10 database:
11 maasdb:
12 enabled: true
13 encoding: 'UTF8'
14 locale: 'en_US'
15 users:
16 - name: maas
17 password: password
18 host: localhost
19 createdb: true
20 rights: all privileges