Skip to content

Commit 9ce27ac

Browse files
author
sadanandhegde
authored
Updated quali_config.josn
Removed hard coded values
1 parent 68cd387 commit 9ce27ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Sandbox-API/quali_config.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"server_name": "localhost",
2+
"server_name": "SERVER_NAME_OR_IP",
33
"server_port": "82",
4-
"username": "admin",
5-
"password": "admin",
6-
"domain": "Global"
7-
}
4+
"username": "USERNAME",
5+
"password": "PASSWORD",
6+
"domain": "DOMAIN"
7+
}

0 commit comments

Comments
 (0)