diff --git a/config/softwareag-ums-server-config.json b/config/softwareag-ums-server-config.json index 5bbc2fb..edf59ea 100644 --- a/config/softwareag-ums-server-config.json +++ b/config/softwareag-ums-server-config.json @@ -5,7 +5,7 @@ "host": "localhost", "port": 9000, "username": "myuser4", - "password": "mypwd4", + "password": "", "encryptPassword": false, "isCluster": false }, @@ -14,9 +14,9 @@ "host": "localhost", "port": 9001, "username": "myuser4", - "password": "***REMOVED***", + "password": "", "encryptPassword": true, - "aeskey": "***REMOVED***" + "aeskey": "" } ] -} \ No newline at end of file +}