new api service and logic implemented

This commit is contained in:
2025-01-23 22:27:25 +03:00
parent d91ecda9df
commit 32022ca521
245 changed files with 28004 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
MONGODB_DISABLE_ENFORCE_AUTH=true
MONGODB_ROOT_PASSWORD=root
MONGODB_DATABASE=mongo_database
MONGODB_USERNAME=mongo_user
MONGODB_PASSWORD=mongo_password
MONGO_INITDB_ROOT_USERNAME=mongo_user
MONGO_INITDB_ROOT_PASSWORD=mongo_password
MONGO_INITDB_DATABASE=mongo_database