summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2008-02-17 01:03:12 +0000
committerNathan Kinkade <nath@nkinka.de>2008-02-17 01:03:12 +0000
commit8a69743ef1dee8057e248246558527b3495bd515 (patch)
tree0fa5cfe3b43c10c86422961014e141560667fce0 /config.php-dist
parent8c0e39d2080d6322869508aaefc18eba67715971 (diff)
Removing local config.php
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.php-dist b/config.php-dist
index cbf01e7..7725397 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -10,9 +10,9 @@ error_reporting(E_ALL); # show all errors
# site constants that don't need to be interpolated in strings and/or
# are more sensitive will be setup as constants
define("DBHOST", "localhost"); # database host
-define("DBNAME", "nutridb_sr19"); # database name
+define("DBNAME", "nutridb"); # database name
define("DBUSER", "nutridb"); # database user
-define("DBPASS", "Nutr1dbAdm1n"); # database password
+define("DBPASS", ""); # database password
define("ADODBDIR", "/usr/share/php/adodb"); # adodb db abastractions libs - adodb.sourceforge.net
define("SMARTYDIR", "/usr/share/php/smarty/libs"); # Smarty templates dir - smarty.php.net
@@ -28,8 +28,8 @@ $config = new siteConfig;
# variables that need to be interpolated inside strings and HEREDOCs
# will go in the siteConfig object
-$config->_rootDir = "/var/www/nutridb/devel"; # root directory
-$config->_rootUri = "http://localhost/nutridb/devel"; # root uri
+$config->_rootDir = "/var/www/nutridb.org"; # root directory
+$config->_rootUri = "http://nutridb.org"; # root uri
$config->_imgUri = "{$config->_rootUri}/images"; # where images live
$config->_cssUri = "{$config->_rootUri}/css"; # where css files live
$config->_jsUri = "{$config->_rootUri}/js"; # where javascript files live