Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. ##########################
  2. # DATABASE CONFIGURATION #
  3. ##########################
  4.  
  5. ### database type
  6. ### use "sqlite3" for a local SQLite database
  7. ### use "mysql" for any MySQL database
  8.  
  9. db_type = mysql
  10.  
  11. ### sqlite3 database configuration
  12. ### this is only used if your database type is SQLite
  13.  
  14. db_sqlite3_file = ghost.dbs
  15.  
  16. ### mysql database configuration
  17. ### this is only used if your database type is MySQL
  18.  
  19. db_mysql_server = 186.58.45.116
  20. db_mysql_database = ghost
  21. db_mysql_user = netherformeplz
  22. db_mysql_password = tinto
  23. db_mysql_port = 3306
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement