feat: add api and mcp

This commit is contained in:
h
2026-05-30 01:32:35 +02:00
parent 6a5cde6ae4
commit c40e720163
30 changed files with 2354 additions and 31 deletions
+5
View File
@@ -1,8 +1,13 @@
COMPOSE_PROFILES=db,userbot,api
RUN_ENVIRONMENT=prod
DB__HOST=postgres
DB__PORT=5432
DB__USER=beavergram
DB__PASSWORD=beavergram
DB__DB_NAME=beavergram
DB__MIN_POOL_SIZE=5
DB__MAX_POOL_SIZE=20
DB__SCRIPTS_CONNECTION_URL=postgresql://beavergram:beavergram@localhost:5433/beavergram
STORAGE__ROOT=./storage