This is an automated email from the ASF dual-hosted git repository.
yasith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new 787ea01f0f set credential.store.server.host to localhost in
application.properties
787ea01f0f is described below
commit 787ea01f0f097955a988ecca6ed590250f652fd2
Author: yasithdev <[email protected]>
AuthorDate: Tue Jul 15 18:18:08 2025 -0500
set credential.store.server.host to localhost in application.properties
---
airavata-api/src/main/resources/airavata-server.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airavata-api/src/main/resources/airavata-server.properties
b/airavata-api/src/main/resources/airavata-server.properties
index 074f0cfd81..8b61b1a7e7 100644
--- a/airavata-api/src/main/resources/airavata-server.properties
+++ b/airavata-api/src/main/resources/airavata-server.properties
@@ -40,7 +40,7 @@ credential.store.jdbc.password=123456
credential.store.jdbc.url=jdbc:mariadb://airavata.host:13306/credential_store
credential.store.jdbc.user=airavata
credential.store.jdbc.validationQuery=SELECT 1 from CONFIGURATION
-credential.store.server.host=api.gateway.cybershuttle.org
+credential.store.server.host=localhost
credential.store.server.port=8960
credential.store.class=org.apache.airavata.credential.store.server.CredentialStoreServer