1 # Configuration for the Rails databases (database names,
2 # usernames and passwords).
4 # ARVADOS_DOMAIN: the Internet domain of this installation.
5 # ARVADOS_DNS_SERVER: the authoritative nameserver for ARVADOS_DOMAIN.
6 ARVADOS_DOMAIN: # e.g. arvados.internal
7 ARVADOS_DNS_SERVER: # e.g. 192.168.0.1
9 # The API server hostname. Must be a 5-character
10 # string unique within this installation. This string
11 # will also be used as config.uuid_prefix.
12 API_HOSTNAME: # e.g. qr1hi
14 # If a _PW variable is set to an empty string, a password
15 # will be chosen randomly at build time. This is the
16 # recommended setting.
17 ARVADOS_DEV_DB: arvados_development
18 ARVADOS_DEV_USER: arvados_dev
20 ARVADOS_TEST_DB: arvados_test
21 ARVADOS_TEST_USER: arvados_test
23 ARVADOS_PROD_DB: arvados_production
24 ARVADOS_PROD_USER: arvados_prod
27 # More than anything this should be auto-generated, but
28 # we don't presently have a good place to store it. So just
29 # change it and don't be dumb.
30 POSTGRES_ROOT_PW: dummy_pw
32 # The APP_ID this application presents to Omniauth.
33 OMNIAUTH_APP_ID: arvados-server
35 # The URL for this installation's Omniauth server.
36 OMNIAUTH_URL: http://auth.clinicalfuture.com