mirror of
https://github.com/sigmasternchen/webcli
synced 2025-03-15 06:08:54 +00:00
some new config vars
This commit is contained in:
parent
7b5d84c575
commit
5bcd21009c
1 changed files with 9 additions and 0 deletions
9
backend/config.php
Normal file
9
backend/config.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
define("BETA", true);
|
||||
|
||||
define("LOG_FILE", "/var/www/websites/webcli/internal.log");
|
||||
|
||||
define("DEFAULT_USER", 3);
|
||||
|
||||
define("DEFAULT_HOSTNAME", "webcli");
|
||||
?>
|
Loading…
Reference in a new issue