Skip to content

Commit

Permalink
Update softwareag-ums-server-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gsidhwani-nr authored Nov 9, 2023
1 parent e254073 commit 4bd034d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/softwareag-ums-server-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"host": "localhost",
"port": 9000,
"username": "myuser4",
"password": "mypwd4",
"password": "<cleartext_password>",
"encryptPassword": false,
"isCluster": false
},
Expand All @@ -14,9 +14,9 @@
"host": "localhost",
"port": 9001,
"username": "myuser4",
"password": "***REMOVED***",
"password": "<encrypted_password>",
"encryptPassword": true,
"aeskey": "***REMOVED***"
"aeskey": "<generated_aes_key>"
}
]
}
}

0 comments on commit 4bd034d

Please sign in to comment.