diff --git a/misc/bkp/0815_export_rmld_Test Export Rückmeldung Robert.csv b/misc/bkp/0815_export_rmld_Test Export Rückmeldung Robert.csv index e0d54e3..aa171a7 100644 --- a/misc/bkp/0815_export_rmld_Test Export Rückmeldung Robert.csv +++ b/misc/bkp/0815_export_rmld_Test Export Rückmeldung Robert.csv @@ -1,2 +1,2 @@ "einsatznummer","id","waip_uuid","rmld_uuid","alias","einsatzkraft","maschinist","fuehrungskraft","agt","set_time","arrival_time","wache_id","wache_nr","wache_name" -"0815",8,"d2b8fcbe-44d0-4f41-a57c-a2528578c085","ea1e8da4-2025-4b29-bd73-977bd80521d9",,0,1,0,0,"Wed Jun 17 2020 15:12:19 GMT+0200 (Mitteleuropäische Sommerzeit)","Wed Jun 17 2020 15:17:19 GMT+0200 (Mitteleuropäische Sommerzeit)",2,520101,"CB FW Cottbus 1" \ No newline at end of file +"0815",10,"a0687454-35fa-4921-b415-d5ae0a6baf7c","daa11d6d-ffb3-437f-abf1-2a30c75d8dfd",,1,0,0,0,"Wed Jun 17 2020 17:15:34 GMT+0200 (Mitteleuropäische Sommerzeit)","Wed Jun 17 2020 17:25:34 GMT+0200 (Mitteleuropäische Sommerzeit)",19,521403,"CB FW Madlow" \ No newline at end of file diff --git a/server/app_cfg.js b/server/app_cfg.js index 2472ac2..cb56808 100644 --- a/server/app_cfg.js +++ b/server/app_cfg.js @@ -57,7 +57,7 @@ app_cfg.api = { // Schnittstelle um Daten an andere Server zu senden app_cfg.endpoint = { enabled: true, - host: 'https://192.168.1.25:8090/api', + host: 'https://wachalarm.leitstelle-lausitz.de/api', secret: 'asdfwert1234567890#' }; @@ -68,4 +68,4 @@ app_cfg.filter = { remove_data: ['besonderheiten', 'strasse', 'objekt', 'objektnr', 'wachfolge', 'wgs84_x', 'wgs84_y'] }; -module.exports = app_cfg; \ No newline at end of file +module.exports = app_cfg;