fix string

This commit is contained in:
CHIEFSOFT\ameye
2025-09-24 19:03:25 -04:00
parent e7787fa12a
commit 8da634880d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ ANSIBLE_LOGIN_URL="/api/auth/login"
ANSIBLE_TOKEN_URL="/api/user/tokens"
ANSIBLE_TASK_URL="/api/project/"
ANSIBLE_AUTOMATION_PROJECT_ID="8"
ANSIBLE_AUTOMATION_PROJECT_ID=8
SOCKET_SERVER_LOCATION="http://10.10.10.13:5006"
+1 -1
View File
@@ -19,7 +19,7 @@ ANSIBLE_AUTOMATION_SERVER_LOCATION="http://10.13.2.18:3000"
ANSIBLE_LOGIN_URL="/api/auth/login"
ANSIBLE_TOKEN_URL="/api/user/tokens"
ANSIBLE_TASK_URL="/api/project/"
ANSIBLE_AUTOMATION_PROJECT_ID="1"
ANSIBLE_AUTOMATION_PROJECT_ID=1
SOCKET_SERVER_LOCATION="http://10.13.3.15:5006"