Update .env.example

This commit is contained in:
DariusIII
2025-11-01 17:13:35 +01:00
parent 554e943458
commit 5e8cf879a0
2 changed files with 5 additions and 11 deletions
+5
View File
@@ -211,3 +211,8 @@ FORUM_FRONTEND_ENABLED=false
STREAM_FORK_OUTPUT=false
TINYMCE_API_KEY=
TMUX_USE_POWERLINE=true
TMUX_USE_NERD_FONTS=true
TMUX_TERMINAL=tmux-256color
-11
View File
@@ -1,11 +0,0 @@
<?php
require_once dirname(__DIR__, 4).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
use Blacklight\ConsoleTools;
// This script is simply so I can show sleep progress in bash script
$consoletools = new ConsoleTools;
if (isset($argv[1]) && is_numeric($argv[1])) {
$consoletools->showsleep($argv[1]);
}