OpenEMP Configurator is a service that provides a list of structered properties and configuration files via REST API for microservices.
first install nodejs
to run Configurator execute the following:
git clone https://github.com/openemp/openemp-api-configurator
cd openemp-api-configurator
npm install
npm startconfigurator then will serve properties and configurations from the /config folder, please override it's content to provide your own.
to run in production execute the following:
export CONFIG_PATH=<path/to/your/config>
npm startSetting CONFIG_PATH is required for production.
Supported env variables:
PORTServer port (default: 3001)USERSet a username to enable authenticationPASSWORDSet a password for userCONFIG_PATHA path to custom config folder
To contribution please follow the 'How To Contribute' page in the documentation.