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 50ce1adf8d5df644edfefe8682faefd158a4be13 Author: Isuru Ranawaka <[email protected]> AuthorDate: Mon Oct 5 09:56:37 2020 -0400 tag local version --- custos-demo-gateway/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custos-demo-gateway/docker-compose.yml b/custos-demo-gateway/docker-compose.yml index c68d7e0..f65426b 100644 --- a/custos-demo-gateway/docker-compose.yml +++ b/custos-demo-gateway/docker-compose.yml @@ -5,7 +5,7 @@ services: ports: - "8080:8080" environment: - VUE_APP_CLIENT_ID: 'custos-irbc1ozdkvt5pnqtdyrr-10000584' - VUE_APP_CLIENT_SEC: 'HVdiZrAVolGeIblB2WXNBI295FQvGcC6WbJek9hg' + VUE_APP_CLIENT_ID: '' + VUE_APP_CLIENT_SEC: '' VUE_APP_REDIRECT_URI: 'http://localhost:8080/callback' VUE_APP_CUSTOS_TOKEN_ENDPOINT: 'https://custos.scigap.org/apiserver/identity-management/v1.0.0/token'
