Created
January 24, 2013 19:31
-
-
Save ringmaster/4626783 to your computer and use it in GitHub Desktop.
My Habari config file for 0.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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