# Copy this file to config.yml and edit to suit. # # Consult config.defaults.yml for the full list of configuration # settings. # # The order of precedence is: # 1. config/environments/{RAILS_ENV}.rb (deprecated) # 2. Section in config.yml corresponding to RAILS_ENV (e.g., development) # 3. Section in config.yml called "common" # 4. Section in config.defaults.yml corresponding to RAILS_ENV # 5. Section in config.defaults.yml called "common" common: # At minimum, you need a nice long randomly generated secret_token here. secret_token: ~ # You probably also want to point to your API server. arvados_login_base: https://arvados.local:3000/login arvados_v1_base: https://arvados.local:3000/arvados/v1 arvados_insecure_https: true