1 # Configuration for the Rails databases (database names,
2 # usernames and passwords).
4 # Path to a public ssh key you would like to have installed in the
5 # root account of the generated images. This is useful for debugging.
6 # To enable the SSH server, set the ENABLE_SSH environment variable to
7 # true when starting the container.
10 # ARVADOS_DOMAIN: the Internet domain of this installation.
11 # ARVADOS_DNS_SERVER: the authoritative nameserver for ARVADOS_DOMAIN.
12 ARVADOS_DOMAIN: # e.g. arvados.internal
13 ARVADOS_DNS_SERVER: # e.g. 192.168.0.1
15 # ==============================
17 # ==============================
19 # The API server hostname. Must be a 5-character
20 # string unique within this installation. This string
21 # will also be used as config.uuid_prefix.
22 API_HOSTNAME: # e.g. qr1hi
24 # The e-mail address of the user you would like to become marked as an admin
25 # user on their first login.
26 # In the default configuration, authentication happens through the Arvados SSO
27 # server, which uses openid against Google's servers, so in that case this
28 # should be an address associated with a Google account.
31 # If a _PW variable is set to an empty string, a password
32 # will be chosen randomly at build time. This is the
33 # recommended setting.
34 ARVADOS_DEV_DB: arvados_development
35 ARVADOS_DEV_USER: arvados_dev
37 ARVADOS_TEST_DB: arvados_test
38 ARVADOS_TEST_USER: arvados_test
40 ARVADOS_PROD_DB: arvados_production
41 ARVADOS_PROD_USER: arvados_prod
44 # If a _SECRET variable is set to an empty string, a password
45 # will be chosen randomly at build time. This is the
46 # recommended setting.
49 # A "superuser" token with which servers can authenticate to
50 # the API server, before an administrative user has been created.
51 # Necessary for bootstrapping, e.g. so Keep can register with
52 # the API server before any users have been added.
55 # More than anything this should be auto-generated, but
56 # we don't presently have a good place to store it. So just
57 # change it and don't be dumb.
58 POSTGRES_ROOT_PW: dummy_pw
60 # The URL for this installation's Omniauth server.
61 OMNIAUTH_URL: https://@@SSO_HOSTNAME@@.@@ARVADOS_DOMAIN@@
63 # ==============================
65 # ==============================
66 WORKBENCH_RAILS_MODE: production
67 WORKBENCH_DATA_IMPORT_DIR: /data/arvados-workbench-upload/data
68 WORKBENCH_DATA_EXPORT_DIR: /data/arvados-workbench-download/data
69 WORKBENCH_VCF_PIPELINE_UUID:
70 WORKBENCH_SITE_NAME: Arvados Workbench
71 WORKBENCH_INSECURE_HTTPS: true
72 WORKBENCH_ACTIVATION_CONTACT_LINK: mailto:arvados@clinicalfuture.com
73 WORKBENCH_ARVADOS_LOGIN_BASE: https://@@API_HOSTNAME@@.@@ARVADOS_DOMAIN@@/login
74 WORKBENCH_ARVADOS_V1_BASE: https://@@API_HOSTNAME@@.@@ARVADOS_DOMAIN@@/arvados/v1
77 # ==============================
79 # ==============================
82 SSO_CLIENT_NAME: devsandbox
83 SSO_CLIENT_APP_ID: devsandbox