Compare commits

...

3 Commits

Author SHA1 Message Date
VYVoronin
a94d13379d init 2026-06-05 10:57:56 +03:00
VYVoronin
615fc072e4 Merge remote-tracking branch 'origin/main' 2026-06-05 10:53:44 +03:00
VYVoronin
8f4ab3f405 init 2026-06-05 10:53:36 +03:00
2 changed files with 2 additions and 2 deletions

2
.env
View File

@@ -4,7 +4,7 @@ TELEGRAM_BOT_TOKEN=8730332716:AAFOZeGhWL99-3_s11cWo2GrpeUAMb6Qkw0
TELEGRAM_CHAT_ID=-5185688679
MINIO_ENDPOINT=31.59.58.220:9000
MINIO_ACCESS_KEY=admin
MINIO_SECRET_KEY=SuperSecretPassword123!
MINIO_SECRET_KEY=VV!1q2w3e4r
MINIO_BUCKET=bambu-russia
MINIO_SECURE=false
AI_PROXY_URL=http://82.22.174.14:8001

View File

@@ -11,7 +11,7 @@ services:
TELEGRAM_CHAT_ID: ${TELEGRAM_CHAT_ID:-}
MINIO_ENDPOINT: localhost:9000
MINIO_ACCESS_KEY: admin
MINIO_SECRET_KEY: SuperSecretPassword123!
MINIO_SECRET_KEY: VV!1q2w3e4r
MINIO_BUCKET: ${MINIO_BUCKET:-bambu-russia}
MINIO_SECURE: ${MINIO_SECURE:-false}
QWEN_API_KEY: ${QWEN_API_KEY:-sk-991942d15b424cc89513498bb2946045}