source: web/config.sample.php

Last change on this file was 17, checked in by chronos, 8 years ago
  • Modified: Old database class replaced by newer from Common package to fix compatibility with PHP7.
  • Property svn:executable set to *
File size: 296 bytes
Line 
1<?php
2
3$Options = array(
4 'DB_Host' => 'localhost',
5 'DB_Database' => 'sunrisechat',
6 'DB_User' => 'sunrisechat',
7 'DB_Password' => '',
8 'RootPath' => 'http://localhost/sunrisechat/',
9 'ShowErrors' => 0,
10 'Title' => 'Sunrisechat',
11 'StatPathCut' => 12,
12);
13
14$DB_Prefix = '';
Note: See TracBrowser for help on using the repository browser.