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 0026cb86e34d4b0616c9925c9b643db8396cd9f9 Author: Isuru Ranawaka <[email protected]> AuthorDate: Wed Oct 7 21:27:10 2020 -0400 remove cred --- 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 64f5109..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-tou5zoedgkp0v2vmcurz-10000586' - VUE_APP_CLIENT_SEC: 'LqdrfZ6pdgskPXkZpRCRYj90kqGRbxjmmJQmoWh5' + 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'
