blob: ff22655e5e052a216014f6ca62118061c1170061 [file] [log] [blame]
Ales Komarekbfe8f942017-04-16 11:50:30 +02001
jan kaufman2522a172016-01-26 15:05:07 +01002postgresql:
3 server:
Martin819584f6dd2017-03-21 15:32:04 +01004 clients:
5 - 127.0.0.1
6 bind:
7 address: 127.0.0.1
8 port: 5432
9 protocol: tcp
jan kaufman2522a172016-01-26 15:05:07 +010010 enabled: true
11 database:
12 testing:
13 enabled: true
14 encoding: 'UTF8'
15 locale: 'en_US'
16 users:
17 - name: test
18 password: test
19 host: localhost
Martin819584f6dd2017-03-21 15:32:04 +010020 createdb: true
jan kaufman2522a172016-01-26 15:05:07 +010021 rights: all privileges