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 9473569ffb1f3f487f6898bba01c308cfde580f6 Author: Isuru Ranawaka <[email protected]> AuthorDate: Wed Oct 7 21:25:59 2020 -0400 remove cred --- custos-demo-gateway/.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custos-demo-gateway/.env b/custos-demo-gateway/.env index 4574ef9..62b824d 100644 --- a/custos-demo-gateway/.env +++ b/custos-demo-gateway/.env @@ -1,3 +1,3 @@ -VUE_APP_CLIENT_ID="custos-jux8dtzzue7nd8dgqqyc-10000583" -VUE_APP_CLIENT_SEC="KLFhtxmFme1uehpF3vLShUk1Lo9LoDBFByKApOlS" -VUE_APP_REDIRECT_URI="http://localhost:8080/callback" \ No newline at end of file +VUE_APP_CLIENT_ID="" +VUE_APP_CLIENT_SEC="" +VUE_APP_REDIRECT_URI="http://localhost:8080/callback"
