2 # Copyright (C) The Arvados Authors. All rights reserved.
4 # SPDX-License-Identifier: AGPL-3.0
8 use_upstream_repo: true
11 listen_addresses = '*' # listen on all interfaces
13 - ['local', 'all', 'postgres', 'peer']
14 - ['local', 'all', 'all', 'peer']
15 - ['host', 'all', 'all', '127.0.0.1/32', 'md5']
16 - ['host', 'all', 'all', '::1/128', 'md5']
17 - ['host', '__CLUSTER___arvados', '__CLUSTER___arvados', '127.0.0.1/32']
18 - ['host', '__CLUSTER___arvados', '__CLUSTER___arvados', '__CONTROLLER_INT_IP__/32']
22 password: __DATABASE_PASSWORD__
26 # directory: /path/to/some/tbspace/arvados_tbsp
31 owner: __CLUSTER___arvados
34 lc_collate: en_US.utf8
35 # tablespace: arvados_tablespace
38 owner: __CLUSTER___arvados