From c1390f168d64ac98b3243b1cafa8674be95fb903 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Wed, 20 Aug 2025 22:36:21 +0000 Subject: Logging --- config.pl.example | 1 + 1 file changed, 1 insertion(+) (limited to 'config.pl.example') diff --git a/config.pl.example b/config.pl.example index fd39608..c6becdf 100644 --- a/config.pl.example +++ b/config.pl.example @@ -1,4 +1,5 @@ # always assume anything to do with files is from project root +use constant LOG_FILE => '/tmp/gorillanest.log'; use constant GIT_ROOT => 'git'; # directory containing all browsable $users/$repositories use constant DB_FILE => 'gorillanest.sqlite3'; # sqlite3 database file location use constant TEMPLATE_ROOT => 'template'; # template directory -- cgit v1.2.3