mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-08-20 01:14:01 -05:00
Update
- Forgot to include the cfg for web-api (Thanks to GabrielTK for spotting the mistake)
This commit is contained in:
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
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user