-
Notifications
You must be signed in to change notification settings - Fork 2
Getting started
Igor Balos edited this page May 26, 2020
·
7 revisions
Using the configurator library is simple. In order to load yaml configuration files from a folder, all you need to do is the following:
require 'configurator'
App.config.files_path = '/config/'
App.config.load_all!
With the commands above, you will load all YAML files from '/config/' folder.