1 # Configuration for the Rails databases (database names,
2 # usernames and passwords).
4 # Username for your Arvados user. This will be used as your shell login name
5 # as well as the name for your git repository.
8 # ARVADOS_DOMAIN: the Internet domain of this installation.
9 # ARVADOS_DNS_SERVER: the authoritative nameserver for ARVADOS_DOMAIN.
10 ARVADOS_DOMAIN: dev.arvados
11 ARVADOS_DNS_SERVER: # e.g. 192.168.0.1
13 # ==============================
15 # ==============================
17 # The API server hostname. Must be a 5-character
18 # string unique within this installation. This string
19 # will also be used as config.uuid_prefix.
20 API_HOSTNAME: # e.g. qr1hi
22 # The e-mail address of the user you would like to become marked as an admin
23 # user on their first login.
24 # In the default configuration, authentication happens through the Arvados SSO
25 # server, which uses openid against Google's servers, so in that case this
26 # should be an address associated with a Google account.
29 # The location of the Workbench application where users should be
30 # redirected if they point their browsers at the API server, e.g.,
31 # https://localhost:9899
32 API_WORKBENCH_ADDRESS:
34 # If a _PW variable is set to an empty string, a password
35 # will be chosen randomly at build time. This is the
36 # recommended setting.
37 ARVADOS_DEV_DB: arvados_development
38 ARVADOS_DEV_USER: arvados_dev
40 ARVADOS_TEST_DB: arvados_test
41 ARVADOS_TEST_USER: arvados_test
43 ARVADOS_PROD_DB: arvados_production
44 ARVADOS_PROD_USER: arvados_prod
47 # If a _SECRET variable is set to an empty string, a password
48 # will be chosen randomly at build time. This is the
49 # recommended setting.
51 # The signing key shared by Keep at the API server to verify
52 # blob permission signatures.
55 # The value for the Rails config.secret_token setting.
58 # A "superuser" token with which servers can authenticate to
59 # the API server, before an administrative user has been created.
60 # Leave this blank to generate a secret randomly at build time (recommended).
63 # More than anything this should be auto-generated, but
64 # we don't presently have a good place to store it. So just
65 # change it and don't be dumb.
66 POSTGRES_ROOT_PW: dummy_pw
68 # The URL of the SSO server that you want your API server to use. If
69 # blank, use the sso docker container.
72 # ==============================
74 # ==============================
75 WORKBENCH_RAILS_MODE: production
76 WORKBENCH_DATA_IMPORT_DIR: /data/arvados-workbench-upload/data
77 WORKBENCH_DATA_EXPORT_DIR: /data/arvados-workbench-download/data
78 WORKBENCH_VCF_PIPELINE_UUID:
79 WORKBENCH_SITE_NAME: Arvados Workbench
80 WORKBENCH_INSECURE_HTTPS: true
81 WORKBENCH_ACTIVATION_CONTACT_LINK: mailto:arvados@curoverse.com
84 # ==============================
86 # ==============================
89 SSO_CLIENT_NAME: devsandbox
90 SSO_CLIENT_APP_ID: local_docker_installation