feat: add api and mcp
This commit is contained in:
+2
-10
@@ -1,19 +1,11 @@
|
||||
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
|
||||
|
||||
TG__SESSION_NAME=beavergram
|
||||
TG__SESSIONS_DIR=sessions
|
||||
|
||||
API__HOST=0.0.0.0
|
||||
API__PORT=8080
|
||||
|
||||
STORAGE__ROOT=/app/storage
|
||||
AUTH__TOKEN=<AUTH__TOKEN>
|
||||
|
||||
STORAGE__SHARD_DEPTH=2
|
||||
|
||||
LOG__LEVEL=INFO
|
||||
|
||||
Reference in New Issue
Block a user