Deploy containers with working copy of sources.
[arvados.git] / docker / config.yml.example
1 # Configuration for the Rails databases (database names,
2 # usernames and passwords).
3
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
8
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
13
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
19 ARVADOS_DEV_PW:
20 ARVADOS_TEST_DB: arvados_test
21 ARVADOS_TEST_USER: arvados_test
22 ARVADOS_TEST_PW:
23 ARVADOS_PROD_DB: arvados_production
24 ARVADOS_PROD_USER: arvados_prod
25 ARVADOS_PROD_PW:
26
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
31
32 # The APP_ID this application presents to Omniauth.
33 OMNIAUTH_APP_ID: arvados-server
34
35 # The URL for this installation's Omniauth server.
36 OMNIAUTH_URL: http://auth.clinicalfuture.com
37
38 # Workbench settings
39 WORKBENCH_RAILS_MODE: production
40 WORKBENCH_DATA_IMPORT_DIR: /data/arvados-workbench-upload/data
41 WORKBENCH_DATA_EXPORT_DIR: /data/arvados-workbench-download/data
42 WORKBENCH_VCF_PIPELINE_UUID:
43 WORKBENCH_SITE_NAME: Arvados Workbench
44 WORKBENCH_INSECURE_HTTPS: false
45 WORKBENCH_ACTIVATION_CONTACT_LINK: mailto:arvados@clinicalfuture.com
46 WORKBENCH_ARVADOS_LOGIN_BASE: https://@@API_HOSTNAME@@.@@ARVADOS_DOMAIN@@/login
47 WORKBENCH_ARVADOS_V1_BASE: https://@@API_HOSTNAME@@.@@ARVADOS_DOMAIN@@/arvados/v1
48 # /Workbench settings