(20250614) Ready for deployment with the UI.

This commit is contained in:
2025-06-14 11:38:42 +05:30
parent 00b5aa0abd
commit d1c0ce24f4
3 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ if __name__ == "__main__":
# Create an instance of the database connector:
my_db = AsyncMongo(
connection_string = constants.MONGO_DATA_CONNECTION_STRING,
connection_string = input("Connection String: "),
database_name = constants.MONGO_DATA_DATABASE_NAME,
max_connections = 10,
debug = True