adding sample config
This commit is contained in:
parent
236539c43d
commit
3f5d4032ea
1 changed files with 16 additions and 0 deletions
16
config.sample.php
Executable file
16
config.sample.php
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
<?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";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue