lowcode-data-app
Version:
LowCode App Environment
17 lines (14 loc) • 671 B
JavaScript
/* LOWCODE-DATA-APP / copyright 2024 by ma-ha https://github.com/ma-ha / MIT License */
// This example launches the Low-Code-App with a marketplace API and content from one root scope.
let lowCodeApp = require( './index' )
// let lowCodeApp = require( 'lowcode-data-app' ) // ... when using the npm package
lowCodeApp.init({
DATA_DIR : '../dta/',
GUI_URL : 'http://localhost:8888/app/',
URL_PATH : '/app',
OIDC_SERVER : true,
SUPER_TENANT_ADMIN: 'demo', // comma separated user ids
// MARKETPLACE_SERVER: true,
// MARKETPLACE_SCOPE: '<TODO: create root scope>',
// MARKETPLACE_HOWTO_CONTRIBUTE: 'Please email me your app exports to xzy@test.de'
})