Advertisement
Guest User

basic.yml

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