Advertisement
Guest User

Untitled

a guest
Nov 12th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. db:
  2. url: jdbc:mysql://localhost:3306/Magic
  3. username: Magic
  4. password: пароль
  5. table: shopcart
  6. column:
  7. id: id
  8. type: type
  9. item: item
  10. player: player
  11. amount: amount
  12. extra: extra
  13. server: server
  14.  
  15. multiserver:
  16. enabled: false
  17.  
  18. # То, что написано в колонке server
  19. server: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement