quite a lot of things
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user