File:  [Paefchen] / FreeBSD / tinderbox / webui / inc_ds.php.dist
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Nov 2 20:55:00 2007 UTC (17 years ago) by as
Branches: MAIN
CVS tags: ORIG_3_0, HEAD, CH2PHP5
import 3.0

<?php

$DB_DRIVER = 'mysql';
$DB_HOST = 'mysql.example.com';
$DB_NAME = 'tinderbox';
$DB_USER = 'tinder';
$DB_PASS = '';

?>