interchange / TableEditor

25 stars 4 forks source link

Location of additional config file #41

Closed racke closed 9 years ago

racke commented 9 years ago
# Load TE settings
Dancer::Config::load_settings_from_yaml($appdir.'/lib/config.yml');

It would make sense to make this configurable. e.g. with settings_file (or some other name). That could contain either an absolute path or a relative one (which would be concatenated with the appdir).

racke commented 9 years ago

OK, this has been implemented in e6b74a9d331c044d1131e1211a6c03a1f1117c75.