From f64d5d678bc69fa429e99eab87abca787f10a9ca Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 28 May 2026 17:27:49 -0700 Subject: init commit --- .env.template | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .env.template (limited to '.env.template') diff --git a/.env.template b/.env.template new file mode 100644 index 0000000..2167512 --- /dev/null +++ b/.env.template @@ -0,0 +1,4 @@ +DB_FILE="captchas.db" +CAPTCHA_DIR="data/captcha_data" +FONT_PATH="captcha.ttf" +CAPTCHA_EXPIRY_SECONDS=90 -- cgit v1.2.3