Update defaults.inc.php

This commit is contained in:
toyowheelin
2014-03-07 07:23:07 -08:00
parent 6c64e98bdf
commit aedf02a2fe

View File

@ -32,6 +32,7 @@ $config['project_id'] = strtolower($config['project_name']);
$config['temp_dir'] = "/tmp";
$config['install_dir'] = "/opt/" . $config['project_id'];
$config['log_dir'] = $config['install_dir'] . "/logs";
// What is my own hostname (used to identify this host in its own database)
$config['own_hostname'] = "localhost";