POGOserver/api/cfg.js.example
Cronick ad87c2174f Update
- Forgot to include the cfg for web-api (Thanks to GabrielTK for
spotting the mistake)
2016-09-27 12:41:35 +02:00

13 lines
209 B
Plaintext

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
}
};