gnu-social/config.php.sample
Evan Prodromou 76c0575ad0 fix check in config.php.sample
darcs-hash:20080517160654-84dde-824b3aaf45639ff98e95c4b8011e32a74efd64a9.gz
2008-05-17 12:06:54 -04:00

20 lines
542 B
PHP

<?php
/* -*- mode: php -*- */
if (!defined('LACONICA')) { exit(1); }
# We get called by common.php, $config is a tree with lots of config
# options
# These are for configuring your URLs
$config['site']['name'] = 'Just another Laconica microblog';
$config['site']['server'] = 'localhost';
$config['site']['path'] = 'laconica';
# This is a PEAR DB DSN, see http://pear.php.net/manual/en/package.database.db.intro-dsn.php
# Set it to match your actual database
$config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica';