Skip to content

Instantly share code, notes, and snippets.

@ringmaster
Created January 24, 2013 19:31
Show Gist options
  • Save ringmaster/4626783 to your computer and use it in GitHub Desktop.
Save ringmaster/4626783 to your computer and use it in GitHub Desktop.
My Habari config file for 0.10
<?php
namespace Habari;
if ( !defined( 'HABARI_PATH' ) ) { die( 'No direct access' ); }
Config::set( 'db_connection', array(
'connection_string'=>'sqlite:habari.db',
'username'=>'',
'password'=>'',
'prefix'=>''
));
// Config::set('locale', 'en-us');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment