diff options
| author | Emil Williams | 2025-08-20 22:36:21 +0000 |
|---|---|---|
| committer | Emil Williams | 2025-08-20 22:36:21 +0000 |
| commit | c1390f168d64ac98b3243b1cafa8674be95fb903 (patch) | |
| tree | b5f03c599fbc54634839ca9d48e3d688c555554d /config.pl.example | |
| parent | c77da682d171f87203bd139817e37242184d8441 (diff) | |
| download | gorillanest-c1390f168d64ac98b3243b1cafa8674be95fb903.tar.xz gorillanest-c1390f168d64ac98b3243b1cafa8674be95fb903.tar.zst | |
Logging
Diffstat (limited to 'config.pl.example')
| -rw-r--r-- | config.pl.example | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
