primary_care_admin_binder 0.1.188 → 0.1.189
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.cjs.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2406,10 +2406,10 @@ function getBinderUrls() {
|
|
|
2406
2406
|
return {
|
|
2407
2407
|
// Database & Metadata
|
|
2408
2408
|
dbtype: getBinderEnv("REACT_APP_BASE_URL_HOST").split(".")[0],
|
|
2409
|
-
dbName: getBinderEnv("
|
|
2409
|
+
dbName: getBinderEnv("REACT_APP_APPNAME"),
|
|
2410
2410
|
dbNameNg: getBinderEnv("REACT_APP_NG_DATABASE_NAME"),
|
|
2411
2411
|
ruleDBName: getBinderEnv("REACT_APP_RULE_BUILDER_DB") || "RuleBuilder",
|
|
2412
|
-
metaDatadbName: getBinderEnv("
|
|
2412
|
+
metaDatadbName: getBinderEnv("REACT_APP_META_APP_NAME"),
|
|
2413
2413
|
metaDataId: getBinderEnv("REACT_APP_METADATAID"),
|
|
2414
2414
|
tenantId: getBinderEnv("REACT_APP_TENANTID"),
|
|
2415
2415
|
// Arango APIs
|