From 0999302d99156200ff174d5ec56d6831c8afd332 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Thu, 7 Mar 2019 19:20:25 +0000 Subject: [server] New clients are automaticly added to the groups of the fitting subranges Add conflict models Sequelize string operators depricated fix IPv4 is now saved as decimal in the database Add host to config instead of hardcoding Rename ip.js lib to iphelper.js --- server/config/config.template.json | 1 + 1 file changed, 1 insertion(+) (limited to 'server/config') diff --git a/server/config/config.template.json b/server/config/config.template.json index 75e0c4f..a79376e 100644 --- a/server/config/config.template.json +++ b/server/config/config.template.json @@ -1,5 +1,6 @@ { "https": { + "host": "", "port": "" } } -- cgit v1.2.3-55-g7522