adding sample config

This commit is contained in:
Thomas Weinhold 2025-10-04 21:40:27 +02:00
commit 3f5d4032ea

16
config.sample.php Executable file
View 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";
?>