oc-server3/htdocs/config2/sqlroot-dist.inc.php
2012-05-09 20:05:43 +02:00

26 lines
777 B
PHP

<?php
/***************************************************************************
* You can find the license in the docs directory
*
* Unicode Reminder メモ
*
* !!! IMPORTANT !!!
*
* Only use this file on development systems!
* NOT for productive use!
*
* !!! IMPORTANT !!!
*
* Default settings for all options in sqlroot.inc.php
* Do not modify this file - use settings.inc.php!
***************************************************************************/
if ($opt['debug'] == DEBUG_NO)
die('sqlroot.inc.php cannot be included on productive systems, set $opt[\'debug\'] != DEBUG_NO');
/* creditials for db-root
* needs all privileges to all oc-databases
*/
$opt['sqlroot']['username'] = 'root';
$opt['sqlroot']['password'] = 'secret';
?>