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 # ==============================
11 # ==============================
13 # The API server hostname. Must be a 5-character
14 # string unique within this installation. This string
15 # will also be used as config.uuid_prefix.
16 API_HOSTNAME: # e.g. qr1hi
18 # The e-mail address of the user you would like to become marked as an admin
19 # user on their first login.
20 # In the default configuration, authentication happens through the Arvados SSO
21 # server, which uses openid against Google's servers, so in that case this
22 # should be an address associated with a Google account.
25 # If a _PW variable is set to an empty string, a password
26 # will be chosen randomly at build time. This is the
27 # recommended setting.
28 ARVADOS_DEV_DB: arvados_development
29 ARVADOS_DEV_USER: arvados_dev
31 ARVADOS_TEST_DB: arvados_test
32 ARVADOS_TEST_USER: arvados_test
34 ARVADOS_PROD_DB: arvados_production
35 ARVADOS_PROD_USER: arvados_prod
38 # If a _SECRET variable is set to an empty string, a password
39 # will be chosen randomly at build time. This is the
40 # recommended setting.
43 # More than anything this should be auto-generated, but
44 # we don't presently have a good place to store it. So just
45 # change it and don't be dumb.
46 POSTGRES_ROOT_PW: dummy_pw
48 # The URL for this installation's Omniauth server.
49 OMNIAUTH_URL: https://@@SSO_HOSTNAME@@.@@ARVADOS_DOMAIN@@
51 # ==============================
53 # ==============================
54 WORKBENCH_RAILS_MODE: production
55 WORKBENCH_DATA_IMPORT_DIR: /data/arvados-workbench-upload/data
56 WORKBENCH_DATA_EXPORT_DIR: /data/arvados-workbench-download/data
57 WORKBENCH_VCF_PIPELINE_UUID:
58 WORKBENCH_SITE_NAME: Arvados Workbench
59 WORKBENCH_INSECURE_HTTPS: true
60 WORKBENCH_ACTIVATION_CONTACT_LINK: mailto:arvados@clinicalfuture.com
61 WORKBENCH_ARVADOS_LOGIN_BASE: https://@@API_HOSTNAME@@.@@ARVADOS_DOMAIN@@/login
62 WORKBENCH_ARVADOS_V1_BASE: https://@@API_HOSTNAME@@.@@ARVADOS_DOMAIN@@/arvados/v1
65 # ==============================
67 # ==============================
70 SSO_CLIENT_NAME: devsandbox
71 SSO_CLIENT_APP_ID: devsandbox