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 # Username for your Arvados user. This will be used as your shell login name
11 # as well as the name for your git repository.
14 # ARVADOS_DOMAIN: the Internet domain of this installation.
15 # ARVADOS_DNS_SERVER: the authoritative nameserver for ARVADOS_DOMAIN.
16 ARVADOS_DOMAIN: # e.g. arvados.internal
17 ARVADOS_DNS_SERVER: # e.g. 192.168.0.1
19 # ==============================
21 # ==============================
23 # The API server hostname. Must be a 5-character
24 # string unique within this installation. This string
25 # will also be used as config.uuid_prefix.
26 API_HOSTNAME: # e.g. qr1hi
28 # The e-mail address of the user you would like to become marked as an admin
29 # user on their first login.
30 # In the default configuration, authentication happens through the Arvados SSO
31 # server, which uses openid against Google's servers, so in that case this
32 # should be an address associated with a Google account.
35 # If a _PW variable is set to an empty string, a password
36 # will be chosen randomly at build time. This is the
37 # recommended setting.
38 ARVADOS_DEV_DB: arvados_development
39 ARVADOS_DEV_USER: arvados_dev
41 ARVADOS_TEST_DB: arvados_test
42 ARVADOS_TEST_USER: arvados_test
44 ARVADOS_PROD_DB: arvados_production
45 ARVADOS_PROD_USER: arvados_prod
48 # If a _SECRET variable is set to an empty string, a password
49 # will be chosen randomly at build time. This is the
50 # recommended setting.
52 # The signing key shared by Keep at the API server to verify
53 # blob permission signatures.
56 # The value for the Rails config.secret_token setting.
59 # A "superuser" token with which servers can authenticate to
60 # the API server, before an administrative user has been created.
61 # Leave this blank to generate a secret randomly at build time (recommended).
64 # More than anything this should be auto-generated, but
65 # we don't presently have a good place to store it. So just
66 # change it and don't be dumb.
67 POSTGRES_ROOT_PW: dummy_pw
69 # The URL of the SSO server that you want your API server to use. If
70 # blank, use the sso docker container.
73 # ==============================
75 # ==============================
76 WORKBENCH_RAILS_MODE: production
77 WORKBENCH_DATA_IMPORT_DIR: /data/arvados-workbench-upload/data
78 WORKBENCH_DATA_EXPORT_DIR: /data/arvados-workbench-download/data
79 WORKBENCH_VCF_PIPELINE_UUID:
80 WORKBENCH_SITE_NAME: Arvados Workbench
81 WORKBENCH_INSECURE_HTTPS: true
82 WORKBENCH_ACTIVATION_CONTACT_LINK: mailto:arvados@curoverse.com
83 WORKBENCH_ARVADOS_LOGIN_BASE: https://@@API_HOSTNAME@@.@@ARVADOS_DOMAIN@@/login
84 WORKBENCH_ARVADOS_V1_BASE: https://@@API_HOSTNAME@@.@@ARVADOS_DOMAIN@@/arvados/v1
87 # ==============================
89 # ==============================
92 SSO_CLIENT_NAME: devsandbox
93 SSO_CLIENT_APP_ID: devsandbox