From 64fac1979f8aa7dfdc419d0ebd22e110c828cf42 Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Wed, 18 Dec 2024 21:21:28 -0800 Subject: [PATCH] revert: mint and license --- backend/src/ee/services/license/license-fns.ts | 2 +- docs/mint.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/ee/services/license/license-fns.ts b/backend/src/ee/services/license/license-fns.ts index 88e1e154d..69daa8514 100644 --- a/backend/src/ee/services/license/license-fns.ts +++ b/backend/src/ee/services/license/license-fns.ts @@ -50,7 +50,7 @@ export const getDefaultOnPremFeatures = (): TFeatureSet => ({ pkiEst: false, enforceMfa: false, projectTemplates: false, - appConnections: true + appConnections: false }); export const setupLicenseRequestWithStore = (baseURL: string, refreshUrl: string, licenseKey: string) => { diff --git a/docs/mint.json b/docs/mint.json index 3a23635c8..aa2578964 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -1,6 +1,6 @@ { "name": "Infisical", - "openapi": "http://localhost:8080/api/docs/json", + "openapi": "https://app.infisical.com/api/docs/json", "logo": { "dark": "/logo/dark.svg", "light": "/logo/light.svg",