fix: update .env.example, remove package-lock.json, add Windows dev notes
Some checks failed
Refresh Lockfile / refresh (push) Has been cancelled
Release / verify_canary (push) Has been cancelled
Release / publish_canary (push) Has been cancelled
Release / verify_stable (push) Has been cancelled
Release / preview_stable (push) Has been cancelled
Release / publish_stable (push) Has been cancelled
Some checks failed
Refresh Lockfile / refresh (push) Has been cancelled
Release / verify_canary (push) Has been cancelled
Release / publish_canary (push) Has been cancelled
Release / verify_stable (push) Has been cancelled
Release / preview_stable (push) Has been cancelled
Release / publish_stable (push) Has been cancelled
- Updated .env.example to match actual env vars (PAPERCLIP_PUBLIC_URL, BETTER_AUTH_SECRET) - Added package-lock.json and VissSoft_CEO/ to .gitignore - Added Windows development notes section in doc/DEVELOPING.md
This commit is contained in:
15
.env.example
15
.env.example
@@ -1,3 +1,14 @@
|
||||
DATABASE_URL=postgres://paperclip:paperclip@localhost:5432/paperclip
|
||||
# === Dev local (không cần DATABASE_URL, server dùng embedded PGlite) ===
|
||||
# DATABASE_URL=postgres://paperclip:paperclip@localhost:5432/paperclip
|
||||
|
||||
# Server
|
||||
PORT=3100
|
||||
SERVE_UI=false
|
||||
SERVE_UI=true
|
||||
|
||||
# Auth (bắt buộc cho authenticated mode)
|
||||
PAPERCLIP_PUBLIC_URL=http://localhost:3100
|
||||
BETTER_AUTH_SECRET=dev-secret-change-me-please-replace
|
||||
|
||||
# Agent API keys (optional)
|
||||
# OPENAI_API_KEY=sk-...
|
||||
# ANTHROPIC_API_KEY=sk-ant-...
|
||||
|
||||
Reference in New Issue
Block a user