Skip to content

Instantly share code, notes, and snippets.

@tbsmcd
Created September 23, 2012 16:22
Show Gist options
  • Save tbsmcd/3772188 to your computer and use it in GitHub Desktop.
Save tbsmcd/3772188 to your computer and use it in GitHub Desktop.
<?php
class DATABASE_CONFIG {
public $default = array(
'datasource' => 'Mongodb.MongodbSource',
'database' => 'mongotest',
'host' => 'localhost',
'port' => '27017',
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment