Guest User

Untitled

a guest
Aug 2nd, 2023
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 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' in database 'database' using>
  8. type: mysql
  9. hostname: localhost
  10. port: 3306
  11. database: dynmap
  12. userid: dynmap
  13. password: dynmap
  14. prefix: ""
Advertisement
Add Comment
Please, Sign In to add comment