multiple evolutions
This commit is contained in:
@@ -10,11 +10,11 @@ from azure.iot.hub.models import Twin, TwinProperties
|
||||
|
||||
load_dotenv(override=True)
|
||||
|
||||
ip_address_prefix = "10.81.60."
|
||||
ip_address_prefix = "10.81.56."
|
||||
ssh_command = "hostname"
|
||||
|
||||
csv_filename = "Grandpuits_01.csv"
|
||||
SITE_NAME = "Grandpuits"
|
||||
csv_filename = "DK2_01.csv"
|
||||
SITE_NAME = "DK2"
|
||||
|
||||
ssh_username = os.getenv("DEFAULT_CUBE_LINUX_ADMIN_USER")
|
||||
ssh_password = os.getenv("DEFAULT_CUBE_LINUX_ADMIN_PASSWORD")
|
||||
|
||||
Reference in New Issue
Block a user