mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
11 lines
278 B
INI
11 lines
278 B
INI
|
[databases]
|
||
|
hs_hge_test = host=localhost port=5432 dbname=hs_hge_test user=gql_test
|
||
|
|
||
|
[pgbouncer]
|
||
|
listen_port = 6543
|
||
|
listen_addr = 127.0.0.1
|
||
|
logfile = pgbouncer/pgbouncer.log
|
||
|
pidfile = pgbouncer/pgbouncer.pid
|
||
|
auth_type = md5
|
||
|
auth_file = pgbouncer/users.txt
|
||
|
admin_users = postgres
|