@budibase/backend-core 2.13.37 → 2.13.38

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
@@ -1839,6 +1839,7 @@ var init_environment2 = __esm({
1839
1839
  ENCRYPTION_KEY: process.env.ENCRYPTION_KEY,
1840
1840
  API_ENCRYPTION_KEY: getAPIEncryptionKey(),
1841
1841
  COUCH_DB_URL: process.env.COUCH_DB_URL || "http://localhost:4005",
1842
+ COUCH_DB_SQL_URL: process.env.COUCH_DB_SQL_URL || "http://localhost:4984",
1842
1843
  COUCH_DB_USERNAME: process.env.COUCH_DB_USER,
1843
1844
  COUCH_DB_PASSWORD: process.env.COUCH_DB_PASSWORD,
1844
1845
  GOOGLE_CLIENT_ID: process.env.GOOGLE_CLIENT_ID,