diff --git a/.openshift/configuration/content-service.yml b/.openshift/configuration/content-service.yml index fc9164c82..6f759e0ed 100644 --- a/.openshift/configuration/content-service.yml +++ b/.openshift/configuration/content-service.yml @@ -26,3 +26,5 @@ items: API_TOKEN_SALT: ADMIN_JWT_SECRET: TRANSFER_TOKEN_SALT: + SUPER_ADMIN_EMAIL: + SUPER_ADMIN_PASSWORD: diff --git a/apps/content-service/config/admin.ts b/apps/content-service/config/admin.ts index 28ae8d8b5..d7e0103ea 100644 --- a/apps/content-service/config/admin.ts +++ b/apps/content-service/config/admin.ts @@ -11,7 +11,7 @@ export default ({ env }) => ({ }, }, flags: { - nps: env.bool('FLAG_NPS', true), + nps: env.bool('FLAG_NPS', false), promoteEE: env.bool('FLAG_PROMOTE_EE', false), }, }); diff --git a/nx.json b/nx.json index 169d6aae4..a0d815dd3 100644 --- a/nx.json +++ b/nx.json @@ -137,6 +137,5 @@ "!{projectRoot}/src/test-setup.[jt]s" ] }, - "parallel": 1, "defaultBase": "main" }