mirror of
				https://gitlab.com/comunic/comunicapiv2
				synced 2025-11-04 03:24:04 +00:00 
			
		
		
		
	Can load configuration from custom file
This commit is contained in:
		@@ -17,8 +17,10 @@ console.info("Comunic API v6\t@author Pierre HUBERT\t2019-" + new Date().getFull
 | 
			
		||||
 | 
			
		||||
async function init() {
 | 
			
		||||
	
 | 
			
		||||
	console.info("Load configuration...");
 | 
			
		||||
	ConfigurationHelper.loadConf("config.json");
 | 
			
		||||
	const confFile = process.argv.length < 3 ? "config.json" : process.argv[2];
 | 
			
		||||
 | 
			
		||||
	console.info("Load configuration from "+confFile+"...");
 | 
			
		||||
	ConfigurationHelper.loadConf(confFile);
 | 
			
		||||
 | 
			
		||||
	console.info("Connect to database");
 | 
			
		||||
	await DatabaseHelper.connect();
 | 
			
		||||
 
 | 
			
		||||
@@ -35,7 +35,7 @@ module.exports = {
 | 
			
		||||
 | 
			
		||||
		// Allow live-reload
 | 
			
		||||
		new WebpackShellPlugin({
 | 
			
		||||
			onBuildEnd: ["node_modules/.bin/nodemon build/main.js"]
 | 
			
		||||
			onBuildEnd: ["node_modules/.bin/nodemon"]
 | 
			
		||||
		})
 | 
			
		||||
 | 
			
		||||
	],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user