Project

General

Profile

Idea #14411

Updated by Peter Amstutz over 5 years ago

We currently have two sources of truth for certain configuration options: arvados/config.yml arvados.conf (used by controller) and application.yml (used by Rails API server). 

 Propose adding an initializer to the Rails API server which reads configuration values from arvados/config.yml arvados.conf and sets the corresponding configuration parameters. 

Back