aboutsummaryrefslogtreecommitdiff
path: root/config.pl.default
diff options
context:
space:
mode:
authorEmil Williams2025-08-21 00:12:20 +0000
committerEmil Williams2025-08-21 00:12:20 +0000
commitd5c3ef85f9324b81a179284fedf02e1658a7620a (patch)
tree21d639f551200e771f88db53a2bbe2cefce2ae8b /config.pl.default
parent33c7281c610623e84985bd1104236167a1ca06c7 (diff)
downloadgorillanest-d5c3ef85f9324b81a179284fedf02e1658a7620a.tar.xz
gorillanest-d5c3ef85f9324b81a179284fedf02e1658a7620a.tar.zst
Optional Socketing & Redundant config.pl
Diffstat (limited to 'config.pl.default')
-rw-r--r--config.pl.default7
1 files changed, 0 insertions, 7 deletions
diff --git a/config.pl.default b/config.pl.default
deleted file mode 100644
index c6becdf..0000000
--- a/config.pl.default
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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
-use constant USER_REPOSITORY => qr{^/([a-zA-Z0-9_.]+)(?:/([a-zA-Z0-9_.]+))?}; # $1 = username, $2 = repository fullname
-1;