Add 'apps/arv-web/' from commit 'f9732ad8460d013c2f28363655d0d1b91894dca5'
[arvados.git] / docker / workbench / application.yml.in
1 # Copy this file to application.yml and edit to suit.
2 #
3 # Consult application.default.yml for the full list of configuration
4 # settings.
5 #
6 # The order of precedence is:
7 # 1. config/environments/{RAILS_ENV}.rb (deprecated)
8 # 2. Section in application.yml corresponding to RAILS_ENV (e.g., development)
9 # 3. Section in application.yml called "common"
10 # 4. Section in application.default.yml corresponding to RAILS_ENV
11 # 5. Section in application.default.yml called "common"
12
13 common:
14   # At minimum, you need a nice long randomly generated secret_token here.
15   secret_token: @@WORKBENCH_SECRET@@
16
17   # You probably also want to point to your API server.
18   arvados_login_base: 'https://localhost:9900/login'
19   arvados_v1_base: 'https://localhost:9900/arvados/v1'
20   arvados_insecure_https: @@WORKBENCH_INSECURE_HTTPS@@
21
22   data_import_dir: @@WORKBENCH_DATA_IMPORT_DIR@@
23   data_export_dir: @@WORKBENCH_DATA_EXPORT_DIR@@
24
25   site_name: @@WORKBENCH_SITE_NAME@@
26   activation_contact_link: @@WORKBENCH_ACTIVATION_CONTACT_LINK@@
27