1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Merge pull request #9525 from Budibase/chore/default-local-dev-accounts-disabled

Set DISABLE_ACCOUNT_PORTAL=1 by default in local dev
This commit is contained in:
Rory Powell 2023-02-03 09:54:21 +00:00 committed by GitHub
commit 905de31cd6
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ async function init() {
COUCH_DB_PASSWORD: "budibase",
COUCH_DB_USER: "budibase",
SELF_HOSTED: 1,
DISABLE_ACCOUNT_PORTAL: "",
DISABLE_ACCOUNT_PORTAL: 1,
MULTI_TENANCY: "",
DISABLE_THREADING: 1,
SERVICE: "app-service",

View file

@ -21,7 +21,7 @@ async function init() {
COUCH_DB_PASSWORD: "budibase",
// empty string is false
MULTI_TENANCY: "",
DISABLE_ACCOUNT_PORTAL: "",
DISABLE_ACCOUNT_PORTAL: 1,
ACCOUNT_PORTAL_URL: "http://localhost:10001",
ACCOUNT_PORTAL_API_KEY: "budibase",
PLATFORM_URL: "http://localhost:10000",