From 0032694ad35492be9935bb46fc2a80eeac261610 Mon Sep 17 00:00:00 2001 From: Joel LOURENCO Date: Mon, 23 Dec 2024 15:19:02 +0100 Subject: [PATCH] Babylon: updated file 'config.json' --- config.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..5746f4b --- /dev/null +++ b/config.json @@ -0,0 +1,14 @@ +{ + "REACT_APP_APPLICATION_INSIGHTS_INSTRUMENTATION_KEY": "", + "REACT_APP_ENABLE_APPLICATION_INSIGHTS": "False", + "REACT_APP_APP_REGISTRATION_CLIENT_ID": "fc56e344-9772-4730-909f-b08f5ae02028", + "REACT_APP_AZURE_TENANT_ID": "e413b834-8be8-4822-a370-be619545cb49", + "REACT_APP_COSMOTECH_API_SCOPE": "https://warp.api.cosmotech.com/wa-adx-dev/.default", + "REACT_APP_DEFAULT_BASE_PATH": "https://warp.api.cosmotech.com/wa-adx-dev/v3", + "REACT_APP_ORGANIZATION_ID": "o-4pm18exqpkv", + "REACT_APP_WORKSPACES_IDS_FILTER": "", + "REACT_APP_APP_VERSION": "", + "REACT_APP_ORGANIZATION_URL": "", + "REACT_APP_DOCUMENTATION_URL": "https://cosmotech.com", + "REACT_APP_SUPPORT_URL": "https://support.cosmotech.com" +} \ No newline at end of file