@budibase/backend-core 2.23.4 → 2.23.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -55262,7 +55262,7 @@ var environment = {
55262
55262
  ENCRYPTION_KEY: process.env.ENCRYPTION_KEY,
55263
55263
  API_ENCRYPTION_KEY: getAPIEncryptionKey(),
55264
55264
  COUCH_DB_URL: process.env.COUCH_DB_URL || "http://localhost:4005",
55265
- COUCH_DB_SQL_URL: process.env.COUCH_DB_SQL_URL || "http://localhost:4984",
55265
+ COUCH_DB_SQL_URL: process.env.COUCH_DB_SQL_URL || "http://localhost:4006",
55266
55266
  COUCH_DB_USERNAME: process.env.COUCH_DB_USER,
55267
55267
  COUCH_DB_PASSWORD: process.env.COUCH_DB_PASSWORD,
55268
55268
  GOOGLE_CLIENT_ID: process.env.GOOGLE_CLIENT_ID,