diff --git a/web/src/assets/config/envconfig.example.json b/web/src/assets/config/envconfig.example.json index 5c02805..c220f4a 100644 --- a/web/src/assets/config/envconfig.example.json +++ b/web/src/assets/config/envconfig.example.json @@ -1,4 +1,5 @@ { + "production": false, "localUhsComponentsWebAddress": "http://localhost:3100", "externalLogsURL": "https://logs.example.com?token=abc123&applicationId=", "yunikornApiURL": "http://localhost:30001", diff --git a/web/src/assets/config/envconfig.json b/web/src/assets/config/envconfig.json index f12a50e..40bd1c0 100644 --- a/web/src/assets/config/envconfig.json +++ b/web/src/assets/config/envconfig.json @@ -1,4 +1,5 @@ { + "production": false, "localUhsComponentsWebAddress": "http://localhost:8989", "externalLogsURL": "https://logs.example.com?token=abc123&applicationId=", "yunikornApiURL": "http://localhost:30001",