Subversion Repositories computer_asset_manager_v1

Rev

Rev 12 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12 Rev 13
Line 78... Line 78...
78
                           'deleteProcessed' => false,  // true will delete once they are downloaded
78
                           'deleteProcessed' => false,  // true will delete once they are downloaded
79
                           'enabled'         => false   // false means this entry will be ignored
79
                           'enabled'         => false   // false means this entry will be ignored
80
                           ),
80
                           ),
81
                     ),
81
                     ),
82
      // your database connection information
82
      // your database connection information
83
      'datase' => array(
83
      'database' => array(
84
         'databaseServer' => 'localhost',
84
         'databaseServer' => 'localhost',
85
         'databaseUsername' => 'dbuser',
85
         'databaseUsername' => 'dbuser',
86
         'databasePassword' => 'dbpass',
86
         'databasePassword' => 'dbpass',
87
         'database' => 'dbname',
87
         'database' => 'dbname',
88
      ),
88
      ),