mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-25 23:40:25 -05:00
Update
- Forgot to include the cfg for web-api (Thanks to GabrielTK for spotting the mistake)
This commit is contained in:
parent
5b9d37f6a4
commit
ad87c2174f
13
api/cfg.js.example
Normal file
13
api/cfg.js.example
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
const CFG = {
|
||||||
|
API: {
|
||||||
|
HOST: "127.0.0.1",
|
||||||
|
PORT: 3000,
|
||||||
|
ROUTE: "/api"
|
||||||
|
},
|
||||||
|
GMAPS: {
|
||||||
|
API_KEY: "XXXXX",
|
||||||
|
BASE_ZOOM: 20,
|
||||||
|
BASE_LAT: 39.18875480450959,
|
||||||
|
BASE_LNG: -96.58109955489635
|
||||||
|
}
|
||||||
|
};
|
||||||
1
istart-nodemon - Kopi.bat
vendored
Normal file
1
istart-nodemon - Kopi.bat
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
nodemon --exec npm run api
|
||||||
1
istart-nodemon.bat
vendored
Normal file
1
istart-nodemon.bat
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
nodemon --exec npm run boot -- ./src/index.js
|
||||||
1
istart-server.bat
vendored
Normal file
1
istart-server.bat
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
npm run boot
|
||||||
Loading…
Reference in New Issue
Block a user