Update app_cfg.js

This commit is contained in:
Richter 2019-03-10 09:35:23 +01:00
parent 50f1e04a7c
commit 63760e1a8e

View File

@ -1,8 +1,8 @@
var app_cfg = {};
app_cfg.global = {
webport: 3000,
httpsport: 3443,
http_port: 3000,
https_port: 3443,
udpport: 60233,
database: './database.sqlite3',
soundpath: '/public/media/',
@ -13,8 +13,6 @@ app_cfg.global = {
ip_auth_range: ['::ffff:172.16.5.0/24', '::ffff:192.168.2.0/24'],
saltRounds: 10,
sessionsecret: '0987654321abcdef#xyz',
// TODO: eindeutige ID/Version für Anwendung hinterlegen
// TODO: Karten-URL für Client festlegen
app_id: process.pid,
map_tile: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'
};