quite a lot of things

This commit is contained in:
Arkaprabha Chakraborty
2025-12-06 03:05:44 +05:30
parent 39c61b7790
commit 28733e22d3
42 changed files with 4214 additions and 204 deletions

15
.env.example Normal file
View File

@@ -0,0 +1,15 @@
# Server Configuration
PORT=3000
# Database
DB_PATH=./db/dev.db
# Authentication
# Generate a secure random secret: openssl rand -hex 32
JWT_SECRET=change_me_to_a_secure_random_string
# Cookie Settings
# Set your domain for production (e.g., .example.com)
COOKIE_DOMAIN=
# Set to true when using HTTPS
COOKIE_SECURE=false