Guest User

Untitled

a guest
Aug 7th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # MySQL is optional and not required. It is slower and uses more space.
  2. # If you prefer to use MySQL, enable the following and fill out the fields.
  3. use-mysql: false
  4. table-prefix: co_
  5. mysql-host: localhost
  6. mysql-port: 3306
  7. mysql-database: database
  8. mysql-username: root
  9. mysql-password:
Add Comment
Please, Sign In to add comment