- Forgot to include the cfg for web-api (Thanks to GabrielTK for
spotting the mistake)
This commit is contained in:
Cronick 2016-09-27 12:41:35 +02:00
parent 5b9d37f6a4
commit ad87c2174f
4 changed files with 16 additions and 0 deletions

13
api/cfg.js.example Normal file
View 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
View File

@ -0,0 +1 @@
nodemon --exec npm run api

1
istart-nodemon.bat vendored Normal file
View File

@ -0,0 +1 @@
nodemon --exec npm run boot -- ./src/index.js

1
istart-server.bat vendored Normal file
View File

@ -0,0 +1 @@
npm run boot