Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. #----------------------------------------------------------------------------------------------------
  2. # Configuration file for PyrCore
  3. #----------------------------------------------------------------------------------------------------
  4.  
  5. # Locale file
  6.  
  7. locale: pyrcore_en_US.yml
  8.  
  9. # MySQL identifiers (affects all plugins)
  10.  
  11. mysql:
  12. enable: false
  13. host: database.website.com
  14. name: dbname
  15. user: admin
  16. pass: ''
  17.  
  18. # Enable MySQL stats ? (affects all plugins)
  19. # Either if you do or don't enable this option, stats will be stored on the plugin files.
  20.  
  21. mysql_stats: false
  22.  
  23. # Enable auto-update notifications ? (affects all plugins)
  24. # Set this option to 'true' is recommended ! If you disable this, you'll not be able to get the latest updates/bug fixes notifications.
  25.  
  26. auto_update: true
  27.  
  28. # Show debug console messages
  29. show_debug: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement