partstock/config.sample.php

16 lines
472 B
PHP
Raw Permalink Normal View History

2025-10-04 21:40:27 +02:00
<?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";
?>