diff --git a/config.py b/config.py index 7eb98c41..4b59632c 100644 --- a/config.py +++ b/config.py @@ -28,15 +28,13 @@ def is_enabled(value, default): PORT = environ.get("PORT", "8080") # Clone Info :- -CLONE_MODE = bool(environ.get('CLONE_MODE', False)) # Set True or False +CLONE_MODE = bool(environ.get('CLONE_MODE', True)) # Set True or False # If Clone Mode Is True Then Fill All Required Variable, If False Then Don't Fill. CLONE_DB_URI = environ.get("CLONE_DB_URI", "") -CDB_NAME = environ.get("CDB_NAME", "clonetechvj") # Database Information -DB_URI = environ.get("DB_URI", "") -DB_NAME = environ.get("DB_NAME", "techvjbotz") +DB_URI = environ.get("DB_URI", " ") # Auto Delete Information AUTO_DELETE_MODE = bool(environ.get('AUTO_DELETE_MODE', True)) # Set True or False