config updated

This commit is contained in:
2026-03-13 22:25:33 +05:30
parent a6de18155a
commit 728817a53e
1773 changed files with 313158 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ class Config:
self.sftp_host = os.getenv('SFTP_HOST', '43.225.3.224')
self.sftp_port = int(os.getenv('SFTP_PORT', '4650'))
self.sftp_username = os.getenv('SFTP_USERNAME', 'ipkssftp')
self.sftp_password = os.getenv('SFTP_PASSWORD', 'Wnb10U11BE7N26')
self.sftp_password = os.getenv('SFTP_PASSWORD', 'CqBx@j6G9vqNW#1')
self.sftp_base_path = os.getenv('SFTP_BASE_PATH', '/home/ipks/IPKS_FILES/REPORTS')
def _load_processing_config(self):