config.php
changeset 72 bda11e521e8a
parent 0 902822492a68
child 77 63ca29eda873
equal deleted inserted replaced
71:21770a1a5213 72:bda11e521e8a
       
     1 <?php
       
     2 /* Enano auto-generated configuration file - editing not recommended! */
       
     3 $dbhost   = 'localhost';
       
     4 $dbname   = 'enano_stable';
       
     5 $dbuser   = 'enano';
       
     6 $dbpasswd = 'clurichaun';
       
     7 if(!defined('ENANO_CONSTANTS')) {
       
     8 define('ENANO_CONSTANTS', '');
       
     9 define('table_prefix', '');
       
    10 define('scriptPath', '/stable');
       
    11 define('contentPath', '/stable/');
       
    12 define('ENANO_INSTALLED', 'true');
       
    13 }
       
    14 $crypto_key = '26b7d241c07dc59600586044c948f86be5b3f3349a084a8c';
       
    15 ?>