diff options
Diffstat (limited to 'config.php-dist')
| -rw-r--r-- | config.php-dist | 8 |
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 |
