memory: log task worker session - due dates, subtasks, task page
This commit is contained in:
20
skills/app-builder/assets/template/.env.example
Normal file
20
skills/app-builder/assets/template/.env.example
Normal file
@@ -0,0 +1,20 @@
|
||||
# Database
|
||||
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/APP_TEMPLATE
|
||||
|
||||
# Server
|
||||
PORT=3001
|
||||
NODE_ENV=development
|
||||
|
||||
# URLs
|
||||
APP_URL=http://localhost:5173
|
||||
ALLOWED_ORIGINS=http://localhost:5173
|
||||
|
||||
# Auth
|
||||
BETTER_AUTH_SECRET=dev-secret-change-in-production
|
||||
|
||||
# Hammer Service Account
|
||||
HAMMER_API_KEY=hammer-dev-key-12345
|
||||
|
||||
# Email (optional)
|
||||
# RESEND_API_KEY=
|
||||
# FROM_EMAIL=
|
||||
Reference in New Issue
Block a user