Преглед изворни кода

renamed config.inc.php for deploying

Moritz Schmidt пре 10 година
родитељ
комит
8be6a601a0
2 измењених фајлова са 11 додато и 11 уклоњено
  1. 0 11
      includes/config.inc.php
  2. 11 0
      includes/config.inc.php.dist

+ 0 - 11
includes/config.inc.php

@@ -1,11 +0,0 @@
-<?php
-
-$CONFIG = array(
-	"dbHost"		=>		"127.0.0.1", // Database Host
-	"dbUser"		=>		"root", // Database Username
-	"dbPassword"	=>		"root", // Database Password
-	"dbDatabase"	=>		"atoffice", // Database name
-	"documentPath"	=> 		"/home/moritz/atOffice/documents/" // Full path to documents folder
-);
-
-?>

+ 11 - 0
includes/config.inc.php.dist

@@ -0,0 +1,11 @@
+<?php
+
+$CONFIG = array(
+	"dbHost"		=>		"127.0.0.1", // Database Host
+	"dbUser"		=>		"user", // Database Username
+	"dbPassword"	=>		"password", // Database Password
+	"dbDatabase"	=>		"atoffice", // Database name
+	"documentPath"	=> 		"/path/to/atOffice/documents/" // Absolute path to documents folder
+);
+
+?>