Advertisement
Guest User

Untitled

a guest
Oct 10th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. */
  2.  
  3. /* make sure these values refect your actual database/host/user/password */
  4. $database_type = "mysql";
  5. $database_default = "cacti";
  6. $database_hostname = "localhost";
  7. $database_username = "cactiuser";
  8. $database_password = "ololoblic";
  9. $database_port = "3306";
  10.  
  11. /* Default session name - Session name must contain alpha characters */
  12. $cacti_session_name = "Cacti";
  13.  
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement