16 lines
472 B
PHP
16 lines
472 B
PHP
|
|
<?php
|
||
|
|
$CfgStdTemplate = "GreenPartstock0";
|
||
|
|
$CfgStdLanguage = "German";
|
||
|
|
$CfgStdTimeZone = "Europe/Berlin";
|
||
|
|
$CfgStdTimeFormat = "Y-m-d G:i:s";
|
||
|
|
$CfgRootPassword = "????";
|
||
|
|
$CfgLogfile = "./log/ErrorLog.log";
|
||
|
|
$CfgLogfileMaxLines = "1000";
|
||
|
|
$CfgSetDebugMode = "True";
|
||
|
|
$CfgMysqlHost = "localhost";
|
||
|
|
$CfgMysqlUser = "ldtpartstock";
|
||
|
|
$CfgMysqlPwd = "???";
|
||
|
|
$CfgMysqlDatabase = "ldtpartstock";
|
||
|
|
$CfgLoginTimeout = "3600";
|
||
|
|
$CfgLockAutoReleaseTime = "3600";
|
||
|
|
?>
|