first commit
Made-with: Cursor
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# Database
|
||||
DATABASE_URL=postgres://calendarapi:password@localhost:5432/calendarapi?sslmode=disable
|
||||
|
||||
# Auth
|
||||
JWT_SECRET=dev-secret-change-me
|
||||
|
||||
# Redis (optional — enables background reminder jobs)
|
||||
# REDIS_ADDR=localhost:6379
|
||||
|
||||
# Server
|
||||
SERVER_PORT=3019
|
||||
ENV=development
|
||||
Reference in New Issue
Block a user