config changes
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user