mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-08-20 01:14:01 -05:00
Update
- Added basic gym map support - Splitted pokestops and gyms into seperate classes - Added pokestop and gym tables
This commit is contained in:
@@ -41,7 +41,8 @@ export default {
|
||||
MYSQL_USERNAME: "root",
|
||||
MYSQL_PASSWORD: "",
|
||||
MYSQL_USERS_TABLE: "users",
|
||||
MYSQL_FORT_TABLE: "forts",
|
||||
MYSQL_GYM_TABLE: "gym",
|
||||
MYSQL_POKESTOP_TABLE: "pokestop",
|
||||
MYSQL_OWNED_PKMN_TABLE: "owned_pkmn",
|
||||
|
||||
// Used for asset download session
|
||||
|
||||
Reference in New Issue
Block a user