mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-07 07:34:58 +00:00
11 lines
261 B
PHP
11 lines
261 B
PHP
![]() |
<?php
|
||
|
$g_config['type'] = 'mysql';
|
||
|
$g_config['hostname'] = 'localhost';
|
||
|
$g_config['user'] = 'letodms';
|
||
|
$g_config['passwd'] = 'letodms';
|
||
|
$g_config['name'] = 'letodms';
|
||
|
|
||
|
$g_config['contentDir'] = '/tmp/content';
|
||
|
$g_config['contentOffsetDir'] = '/tmp/content';
|
||
|
?>
|