3261: Fix alternate SSO endpoint configuration.
[arvados.git] / docker / config.yml.example
1 # Configuration for the Rails databases (database names,
2 # usernames and passwords).
3
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.
8 PUBLIC_KEY_PATH:
9
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.
12 ARVADOS_USER_NAME:
13
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
18
19 # ==============================
20 # API server settings
21 # ==============================
22
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
27
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.
33 API_AUTO_ADMIN_USER:
34
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
40 ARVADOS_DEV_PW:
41 ARVADOS_TEST_DB: arvados_test
42 ARVADOS_TEST_USER: arvados_test
43 ARVADOS_TEST_PW:
44 ARVADOS_PROD_DB: arvados_production
45 ARVADOS_PROD_USER: arvados_prod
46 ARVADOS_PROD_PW:
47
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.
51
52 # The signing key shared by Keep at the API server to verify
53 # blob permission signatures.
54 KEEP_SIGNING_SECRET:
55
56 # The value for the Rails config.secret_token setting.
57 API_SECRET:
58
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).
62 API_SUPERUSER_SECRET:
63
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
68
69 # The URL of the SSO server that you want your API server to use.
70 OMNIAUTH_URL: https://@@SSO_HOSTNAME@@.@@ARVADOS_DOMAIN@@
71
72 # ==============================
73 # Workbench settings
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
82 WORKBENCH_ARVADOS_LOGIN_BASE: https://@@API_HOSTNAME@@.@@ARVADOS_DOMAIN@@/login
83 WORKBENCH_ARVADOS_V1_BASE: https://@@API_HOSTNAME@@.@@ARVADOS_DOMAIN@@/arvados/v1
84 WORKBENCH_SECRET:
85
86 # ==============================
87 # SSO settings
88 # ==============================
89 SSO_HOSTNAME: sso
90 SSO_SECRET:
91 SSO_CLIENT_NAME: devsandbox
92 SSO_CLIENT_APP_ID: devsandbox
93 SSO_CLIENT_SECRET: