Guest User

Untitled

a guest
Aug 3rd, 2023
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. storage:
  2. # Filetree storage (standard tree of image files for maps)
  3. type: filetree
  4. # SQLite db for map storage (uses dbfile as storage location)
  5. #type: sqlite
  6. #dbfile: dynmap.db
  7. # MySQL DB for map storage (at 'hostname':'port' with flags "flags" in databa>
  8. type: mysql
  9. hostname: localhost
  10. port: 3306
  11. database: DynmapDatabase
  12. userid: minecraftserver
  13. password: password5678
  14. prefix: ""
  15. flags: "?allowReconnect=true&autoReconnect=true"
Advertisement
Add Comment
Please, Sign In to add comment