Update app_cfg.js
This commit is contained in:
parent
50f1e04a7c
commit
63760e1a8e
@ -1,8 +1,8 @@
|
|||||||
var app_cfg = {};
|
var app_cfg = {};
|
||||||
|
|
||||||
app_cfg.global = {
|
app_cfg.global = {
|
||||||
webport: 3000,
|
http_port: 3000,
|
||||||
httpsport: 3443,
|
https_port: 3443,
|
||||||
udpport: 60233,
|
udpport: 60233,
|
||||||
database: './database.sqlite3',
|
database: './database.sqlite3',
|
||||||
soundpath: '/public/media/',
|
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'],
|
ip_auth_range: ['::ffff:172.16.5.0/24', '::ffff:192.168.2.0/24'],
|
||||||
saltRounds: 10,
|
saltRounds: 10,
|
||||||
sessionsecret: '0987654321abcdef#xyz',
|
sessionsecret: '0987654321abcdef#xyz',
|
||||||
// TODO: eindeutige ID/Version für Anwendung hinterlegen
|
|
||||||
// TODO: Karten-URL für Client festlegen
|
|
||||||
app_id: process.pid,
|
app_id: process.pid,
|
||||||
map_tile: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'
|
map_tile: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user