social-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Social-discuss] Play with GNU social in your statusnet install


From: Thomas Cort
Subject: Re: [Social-discuss] Play with GNU social in your statusnet install
Date: Wed, 28 Jul 2010 10:57:36 -0400

> Can you post up your config.php (with any database passwords removed)

config.php
==========================
<?php
if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }

$config['site']['name'] = 'Cynisca';

$config['site']['server'] = 'cynis.ca';
$config['site']['path'] = '';

$config['site']['fancy'] = true;

$config['db']['database'] = 'mysqli://username:address@hidden/dbname';

$config['db']['type'] = 'mysql';

require_once('plugins/GNUsocialTemplatePlugin.php');
$tpl = new TemplatePlugin();
==========================



reply via email to

[Prev in Thread] Current Thread [Next in Thread]