Changeset 803

Show
Ignore:
Timestamp:
03/02/10 04:52:06 (5 months ago)
Author:
alex94040
Message:

New configuration for the examples site - after server migration.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • infrastructure/examples.qcu.be/includes/configuration/configuration.inc.php

    r736 r803  
    173173                        define('DB_CONNECTION_1', serialize(array( 
    174174                                'adapter' => 'MySqli5', 
    175                                 'server' => 'localhost', 
     175                                'server' => '192.168.195.29', 
    176176                                'port' => null, 
    177177                                'database' => 'qcubed-examples', 
     
    215215 
    216216                        break; 
     217 
    217218        } 
    218219}