mirror of
https://github.com/thingsboard/thingsboard-gateway
synced 2025-10-26 22:31:42 +08:00
Removed conflicting env variables (username and password)
This commit is contained in:
@@ -109,9 +109,7 @@ def get_env_variables():
|
||||
'caCert': environ.get('caCert'),
|
||||
'privateKey': environ.get('privateKey'),
|
||||
'cert': environ.get('cert'),
|
||||
'clientId': environ.get('clientId'),
|
||||
'username': environ.get('username'),
|
||||
'password': environ.get('password')
|
||||
'clientId': environ.get('clientId')
|
||||
}
|
||||
|
||||
if environ.get('TB_GW_HOST'):
|
||||
|
||||
Reference in New Issue
Block a user