Advertisement
Guest User

Untitled

a guest
Jan 12th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. # default config.yml for EssentialsMysqlStorage
  2. # config version 1.18.2
  3.  
  4. #MySQL Database details
  5. Database:
  6. Mysql:
  7. #MySQL server address
  8. Host: jdbc:mysql://82.208.17.41
  9. #MySQL server port (default 3306)
  10. Port: 3306
  11. #Database name (NOTE! You need to create the database, then the plugin will create the tables.)
  12. DatabaseName: 'casa31.fakaheda.eu'
  13. #Table name (the plugin will auto create them)
  14. TableName: 'Essentials_userdata'
  15. #User name
  16. User: '261687_mysql_db'
  17. #User password
  18. Password: '******'
  19. #SSL connection
  20. SslEnabled: false
  21. #This maintenance task runs async with a 2 min delay after the server starts.
  22. RemoveInactiveUsers:
  23. #Enable or disable database clean up of old accounts. | (true or false)
  24. enabled: true
  25. #Inactivity in days. Default 60 days.
  26. inactivity: 240
  27.  
  28.  
  29. .... (Plugin settings)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement