Guest User

Untitled

a guest
Dec 8th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. plugin:
  2. language: English # Language you want to use that matches a directory under translations.
  3. debugmode: false # Enable/disable debugging mode and additional console output.
  4. usagestats: true # Enable/disable usage stats reporting to CraftFire devs.
  5. logging: true # Enable/disable logging to files.
  6. logformat: yyyy-MM-dd # Filename format of the AuthDB debug and error log files.
  7. database:
  8. type: mysql # Database type/driver to use. Current options are MySQL and eBean (Bukkit persistence).
  9. host: localhost # MySQL server hostname, domain, IP, or localhost for local connections. MySQL only.
  10. port: 3306 # Port used for connecting to your MySQL server. This is usually 3306. MySQL only.
  11. username: XXXXXX # Username used to connect to your database. Only valid for MySQL.
  12. password: XXXXX # Password used to connect to your database. MySQL only.
  13. name: gggportal # Name of the database you are connecting to. MySQL only.
  14. keepalive: true # Enable/disable keeping database connection alive. MySQL only.
  15. script:
  16. name: Joomla # Name of the script you are using.
  17. version: 1.5.22 # Version of the script you are using.
  18. tableprefix: GgG_ # Database table prefix for the script, if you use one.
  19. # passwordsalt: # NOT IMPLEMENTED YET! Unique/custom password salt, if needed by the script.
Add Comment
Please, Sign In to add comment