Idea #14411
Updated by Peter Amstutz about 6 years ago
We currently have two sources of truth for certain configuration options: 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.conf and sets the corresponding configuration parameters.