Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
# config
-src/config.json
+src/assets/config.json
manifest.yml
# Logs
*~
# Clinic
-*.clinic-*
\ No newline at end of file
+*.clinic-*
To run the program start: `npm start`.
-All the parameters and control of the program are within the config.json file.
+All the parameters and control of the program are within the src/assets/config.json file. A configuration template file is available at src/assets/config-template.json.
## License
COPY NOTICE LICENSE ./
COPY src ./src
COPY *.json ./
-COPY docker/config.json ./src/config.json
+COPY docker/config.json ./src/assets/config.json
COPY docker/autoconfig.sh /autoconfig.sh
RUN chmod +x /autoconfig.sh
-const config = require('../config.json');
+const config = require('../assets/config.json');
class Configuration {
// Read the config file