From fb57f232c609702479c059658eb45e3d61166805 Mon Sep 17 00:00:00 2001 From: KRAIEM Taha Yassine Date: Wed, 12 May 2021 15:16:11 +0200 Subject: [PATCH] Changes: - fixed chalice stage --- api/.chalice/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/.chalice/config.json b/api/.chalice/config.json index 0e47dc608..a5d4cad48 100644 --- a/api/.chalice/config.json +++ b/api/.chalice/config.json @@ -6,15 +6,15 @@ }, "stages": { "default-foss": { - "api_gateway_stage": "default-fos", + "api_gateway_stage": "default-foss", "manage_iam_role": false, "iam_role_arn": "", "autogen_policy": true, "environment_variables": { "isFOS": "true", "isEE": "false", - "stage": "default-fos", - "jwt_issuer": "openreplay-default-fos", + "stage": "default-foss", + "jwt_issuer": "openreplay-default-foss", "sentryURL": "", "pg_host": "postgresql.db.svc.cluster.local", "pg_port": "5432",