chore: Setup-Dateien aus dem Projekt entfernt und durch SharePoint-Links ersetzt
- node-v20.12.1-x64.msi, ChromeSetup.exe, nssm.exe aus dem Repository gelöscht - README.md ergänzt mit Download-Links für interne Tools via SharePoint - Projektstruktur und Git-Historie bereinigt - Version auf 1.1.98 erhöht
This commit is contained in:
34
docs/10.10.0.13 config.txt
Normal file
34
docs/10.10.0.13 config.txt
Normal file
@@ -0,0 +1,34 @@
|
||||
Port 3000 Freigabe ?
|
||||
|
||||
node -v v20.12.1
|
||||
----------------------
|
||||
Start-Dev.ps1
|
||||
cd 'C:\inetpub\wwwroot\talas5\nodeMap'
|
||||
npm run dev
|
||||
-------------
|
||||
|
||||
.env.local
|
||||
DB_HOST=localhost
|
||||
|
||||
--------------
|
||||
in /config/config.js
|
||||
10 und 484 entfernen
|
||||
|
||||
-------------------
|
||||
MapComponent.js
|
||||
URL von onlineTileLayer und offlineTileLayer URL eingeben und Port 3000
|
||||
"http://localhost:3000/mapTiles/{z}/{x}/{y}.png";
|
||||
|
||||
baseurl
|
||||
const baseUrl = "http://localhost/talas5/devices/";
|
||||
serverURL
|
||||
const serverURL = "http://localhost";
|
||||
|
||||
------------------
|
||||
In C:\inetpub\wwwroot\talas5\MessagesMap\MapTypC.aspx
|
||||
"http://localhost:3000?m=" + encodeURIComponent(mValue) + "&u=" + encodeURIComponent(uValue);
|
||||
|
||||
--------------------
|
||||
In pages/api/[...path].js
|
||||
target: "http://localhost",
|
||||
|
||||
Reference in New Issue
Block a user