first commit

This commit is contained in:
k
2026-04-20 23:05:59 +08:00
commit 9a72566753
33 changed files with 2138 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
DATABASE_URL=postgresql+asyncpg://postgres:password@localhost:5432/trumpsignal
REDIS_URL=redis://localhost:6379
ANTHROPIC_API_KEY=sk-ant-...
FRONTEND_URL=http://localhost:3001