External Config [externalconfig] module
This module is for the Play 1.x series only.
Allows easy loading of external config / properties files. This allows for easy configuration of an app deployed in a war.
https://github.com/rugbyhead/externalconfig
Written by Edward Southey .
Published releases
0.2 | Jul 15 2012 | Documentation | Try Play |
To install locally this module use the install
command:
play install externalconfig-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> externalconfig {version}