first init
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
# Server Configuration
|
||||
PORT=4000
|
||||
NODE_ENV=development
|
||||
CLIENT_ORIGIN=http://localhost:5173
|
||||
|
||||
# Database Connection (Local SQLite for Zero-Setup Dev, PostgreSQL in Docker/Coolify)
|
||||
DATABASE_URL="file:./dev.db"
|
||||
|
||||
# Rate Limiting
|
||||
RATE_LIMIT_MAX_BOARDS_PER_HOUR=5
|
||||
Reference in New Issue
Block a user