# Copy this file to application.yml and edit to suit. # # Consult application.default.yml for the full list of configuration # settings. # # The order of precedence is: # 1. config/environments/{RAILS_ENV}.rb (deprecated) # 2. Section in application.yml corresponding to RAILS_ENV (e.g., development) # 3. Section in application.yml called "common" # 4. Section in application.default.yml corresponding to RAILS_ENV # 5. Section in application.default.yml called "common" common: # At minimum, you need a nice long randomly generated secret_token here. secret_token: @@WORKBENCH_SECRET@@ # You probably also want to point to your API server. arvados_login_base: 'https://localhost:9900/login' arvados_v1_base: 'https://localhost:9900/arvados/v1' arvados_insecure_https: @@WORKBENCH_INSECURE_HTTPS@@ data_import_dir: @@WORKBENCH_DATA_IMPORT_DIR@@ data_export_dir: @@WORKBENCH_DATA_EXPORT_DIR@@ site_name: @@WORKBENCH_SITE_NAME@@ activation_contact_link: @@WORKBENCH_ACTIVATION_CONTACT_LINK@@