Byron / bcore

powerful application framework built to integrate, not separate
http://byron.github.io/bcore/
Other
8 stars 2 forks source link

bkvstore: improve usability of config-file paths #34

Closed Byron closed 10 years ago

Byron commented 10 years ago

Currently the absolute path of settings files can be substituted via the {settings-files.basename} key, like {settings-files.bcore-package}. This is long and cumbersome.

Much nicer, it would be like {ext.basename}, like {yaml.bcore-package}.

Implement it in addition to the current scheme, and remove the old one when all configurations have been updated.