aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cacti/files/patch-include-db-settings.php
blob: 2d251cdba5d05574e98412ad279f800661b3ca3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- /dev/null	Tue Jun 21 16:31:36 2005
+++ cacti-0.8.6j/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";
+?>