Specify all configuration settings in config.yml.
[arvados.git] / docker / config.yml
1 # Configuration for the Rails databases (database names,
2 # usernames and passwords).
3 #
4 # If a _PW variable is set to an empty string, a password
5 # will be chosen randomly at build time. This is the
6 # recommended setting.
7 ARVADOS_DEV_DB: arvados_development
8 ARVADOS_DEV_USER: arvados_dev
9 ARVADOS_DEV_PW:
10 ARVADOS_TEST_DB: arvados_test
11 ARVADOS_TEST_USER: arvados_test
12 ARVADOS_TEST_PW:
13 ARVADOS_PROD_DB: arvados_production
14 ARVADOS_PROD_USER: arvados_prod
15 ARVADOS_PROD_PW:
16
17 # More than anything this should be auto-generated, but
18 # we don't presently have a good place to store it. So just
19 # change it and don't be dumb.
20 POSTGRES_ROOT_PW: dummy_pw
21
22 # The API server hostname. Must be a 5-character
23 # string unique within this installation. This string
24 # will also be used as config.uuid_prefix.
25 API_HOSTNAME: xxxxx
26
27 # The APP_ID this application presents to Omniauth.
28 OMNIAUTH_APP_ID: arvados-server
29
30 # The URL for this installation's Omniauth server.
31 OMNIAUTH_URL: http://auth.clinicalfuture.com