config.php
author Dan
Sat, 21 Jul 2007 18:12:10 -0400
changeset 73 0a74676a2f2f
parent 72 bda11e521e8a
child 77 63ca29eda873
permissions -rw-r--r--
Made the move to Loch Ness, and got some basic page grouping functionality working. TODO: fix some UI issues in Javascript ACL editor and change non-JS ACL editor to work with page groups too

<?php
/* Enano auto-generated configuration file - editing not recommended! */
$dbhost   = 'localhost';
$dbname   = 'enano_stable';
$dbuser   = 'enano';
$dbpasswd = 'clurichaun';
if(!defined('ENANO_CONSTANTS')) {
define('ENANO_CONSTANTS', '');
define('table_prefix', '');
define('scriptPath', '/stable');
define('contentPath', '/stable/');
define('ENANO_INSTALLED', 'true');
}
$crypto_key = '26b7d241c07dc59600586044c948f86be5b3f3349a084a8c';
?>