aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cacti/files/patch-include-db-settings.php
blob: 7552ac99e4fd70b25341941ca8b9618860794be9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- /dev/null	Tue Jun 21 16:31:36 2005
+++ include/db-settings.php	Tue Jun 21 16:29:15 2005
@@ -0,0 +1,9 @@
+<?php
+/* make sure these values refect your actual database/host/user/password */
+$database_type = "mysql";
+$database_default = "cacti";
+$database_hostname = "localhost";
+$database_username = "cactiuser";
+$database_password = "cactiuser";
+$database_port = "3306";
+?>