(20250619) Shifted the timed OTP generation code to this project.

This commit is contained in:
2025-06-19 16:41:51 +05:30
parent c754bb6a97
commit 265705a7da
7 changed files with 481 additions and 13 deletions
+4
View File
@@ -49,6 +49,10 @@ from utils_v2.system import files
# *****************************************************************************************************************
APP_VERSION = "1.0.0"
PROJECT_NAME = "internal"
MODULE_NAME = "internal"
# Directories:
PROJECT_DIRECTORY = files.get_parent_directory(files.get_file_directory(), depth = 1)
CREDENTIALS_DIRECTORY = os.path.join(PROJECT_DIRECTORY, "cred")