diff --git a/package.json b/package.json index 74bf6d5..23099aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@al/core", - "version": "1.2.24", + "version": "1.2.25", "description": "Node Enterprise Packages for Alert Logic (NEPAL) Core Library", "main": "./dist/index.cjs.js", "types": "./dist/index.d.ts", diff --git a/src/common/navigation/al-location.dictionary.ts b/src/common/navigation/al-location.dictionary.ts index 0b07e1f..07ea8f9 100644 --- a/src/common/navigation/al-location.dictionary.ts +++ b/src/common/navigation/al-location.dictionary.ts @@ -609,10 +609,15 @@ export const AlLocationDictionary: AlLocationDescriptor[] = /** * Fortra Platform Base URL */ + { + locTypeId: AlLocation.FortraPlatform, + uri: 'https://foundation.foundation-dev.cloudops.fortradev.com', + environment: 'development', + }, { locTypeId: AlLocation.FortraPlatform, uri: 'https://foundation.foundation-stage.cloudops.fortradev.com', - environment: 'integration|development', + environment: 'integration', }, { locTypeId: AlLocation.FortraPlatform,