feat: initialize monorepo with shared, server, mcp, and web packages
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
DATABASE_URL=postgresql://agentfox:agentfox@localhost:5432/agentfox
|
||||
JWT_SECRET=change-me-to-a-random-secret
|
||||
JWT_REFRESH_SECRET=change-me-to-another-random-secret
|
||||
GITHUB_CLIENT_ID=
|
||||
GITHUB_CLIENT_SECRET=
|
||||
GOOGLE_CLIENT_ID=
|
||||
GOOGLE_CLIENT_SECRET=
|
||||
MCP_BASE_URL=http://localhost:3001
|
||||
SERVER_PORT=3000
|
||||
MCP_PORT=3001
|
||||
WEB_PORT=5173
|
||||
REDIS_URL=redis://localhost:6379
|
||||
Reference in New Issue
Block a user