|
The config file looks like below:
# This is the properties file which has the Hostaddress,instancecount,username and the password
HOST_ADDRESS = 180.144.226.47,180.144.226.35
USERNAME = pwdfre,kjhy
PASSWORD = hgfre,loiuy
INSTANCE_COUNT = 3,8
The individual entries i have to store in an array and then do operations on that.
|