Merge app and frontend #3

Merged
IgorVolochay merged 32 commits from app into frontend 2026-09-01 09:00:36 +00:00
2 changed files with 16 additions and 6 deletions
Showing only changes of commit ce25f4d143 - Show all commits
-6
View File
@@ -1,6 +0,0 @@
DISABLE_DOCS=true
MONGO_HOST=127.0.0.1
MONGO_PORT=27017
MONGO_USER=user
MONGO_PASS=pass
+16
View File
@@ -0,0 +1,16 @@
DISABLE_DOCS=true
MONGO_HOST=127.0.0.1
MONGO_PORT=27017
MONGO_USER=user
MONGO_PASS=pass
RABBIT_HOST=127.0.0.1
RABBIT_PORT=5672
RABBIT_USER=user
RABBIT_PASS=pass
API_BASE_URL='http://localhost:5000'
MODERATION_SECRET=secret
TG_BOT_TOKEN='token'
TG_ADMIN_CHAT_ID=000000000