You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2020/10/08 01:28:48 UTC

[airavata-custos-portal] 07/13: tag local version

This is an automated email from the ASF dual-hosted git repository.

isjarana pushed a commit to branch custos-tenant-portal
in repository https://gitbox.apache.org/repos/asf/airavata-custos-portal.git

commit 853bb8f47ae4128dc4fae26fa4bb6bcf8ff4cf47
Author: Isuru Ranawaka <ir...@gmail.com>
AuthorDate: Mon Oct 5 09:50:40 2020 -0400

    tag local version
---
 custos-demo-gateway/docker-compose.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/custos-demo-gateway/docker-compose.yml b/custos-demo-gateway/docker-compose.yml
index c774049..c68d7e0 100644
--- a/custos-demo-gateway/docker-compose.yml
+++ b/custos-demo-gateway/docker-compose.yml
@@ -1,11 +1,11 @@
 version: "3.3"
 services:
   web:
-    image : "apachecustos/custos-demo-gateway:latest"
+    image : "apachecustos/custos-demo-gateway-local:latest"
     ports:
       - "8080:8080"
     environment:
-      VUE_APP_CLIENT_ID: ''
-      VUE_APP_CLIENT_SEC: ''
+      VUE_APP_CLIENT_ID: 'custos-irbc1ozdkvt5pnqtdyrr-10000584'
+      VUE_APP_CLIENT_SEC: 'HVdiZrAVolGeIblB2WXNBI295FQvGcC6WbJek9hg'
       VUE_APP_REDIRECT_URI: 'http://localhost:8080/callback'
-      VUE_APP_CUSTOS_TOKEN_ENDPOINT: 'https://custos.scigap.org/apiserver/identity-management/v1.0.0/token'
\ No newline at end of file
+      VUE_APP_CUSTOS_TOKEN_ENDPOINT: 'https://custos.scigap.org/apiserver/identity-management/v1.0.0/token'