(20250614) Ready for deployment with the UI.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user