noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 18/65: Update the template for the config fil


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 18/65: Update the template for the config file
Date: Wed, 09 Sep 2015 08:27:10 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 9c925683f82453b25101af8907cc87d97c1d42b2
Author: Dany De Bontridder <address@hidden>
Date:   Mon Aug 31 18:45:50 2015 +0200

    Update the template for the config file
---
 include/config.inc |   38 +++++++++++++++++++++++++++++++-------
 1 files changed, 31 insertions(+), 7 deletions(-)

diff --git a/include/config.inc b/include/config.inc
index 6dbae1b..7f0b1c4 100644
--- a/include/config.inc
+++ b/include/config.inc
@@ -24,16 +24,40 @@
  * \brief user setting
  */
 date_default_timezone_set ('Europe/Brussels');
-$_ENV['TMP']="/tmp";
+$_ENV['TMP']='/tmp';
 # Complete path to pg_restore
+define("PG_PATH","/usr/bin");
 define("PG_RESTORE","/usr/bin/pg_restore ");
 define("PG_DUMP","/usr/bin/pg_dump ");
-define ("PSQL",'/usr/bin/psql');
-define ("noalyss_user","noalyss_sql");
+define ("PSQL","/usr/bin/psql");
+define ("noalyss_user","dany");
 define ("noalyss_password","dany");
 define ("noalyss_psql_port","5432");
-
-//
-// the domain can't start by a number !!!
+define ("noalyss_psql_host","127.0.0.1");
+define ("LOCALE",1);
 define ("domaine","");
-define ("LOCALE",1);
\ No newline at end of file
+define ("MULTI",1);
+define ("dbname","");
+// Uncomment to DEBUG
+// define ("DEBUG",TRUE);
+// Uncomment to log your input
+// define ("LOGINPUT",TRUE);
+
+
+// Do not change below !!!
+// These variable are computed but could be changed in 
+// very special configuration
+// define ("NOALYSS_HOME","");
+// define ("NOALYSS_PLUGIN","");
+// define ("NOALYSS_INCLUDE","");
+// define ("NOALYSS_TEMPLATE","");
+
+
+// Uncomment if you don't want 
+// to be informed when a new release is 
+// published
+// define ("SITE_UPDATE","");
+// define ("SITE_UPDATE_PLUGIN","");
+// Uncomment to disable cache header
+// define ("ENABLE_CACHE","NO");
+?>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]