tachybase_todo/packages/plugins/@tachybase/plugin-multi-app-manager
TomyJan 9900aa24a8 feat(multi-app-manager): custom sub app start options ( #1498 ) (#1506)
Reviewed-on: daoyoucloud/tachybase#1506
Reviewed-by: sealday <zhanglin@daoyoucloud.com>
Co-authored-by: TomyJan <TomyJan6@gmail.com>
Co-committed-by: TomyJan <TomyJan6@gmail.com>
2024-09-05 14:07:42 +08:00
..
src feat(multi-app-manager): custom sub app start options ( #1498 ) (#1506) 2024-09-05 14:07:42 +08:00
.npmignore refactor: multi app and plugins (#1021) 2024-05-20 21:39:13 +08:00
client.d.ts refactor: multi app and plugins (#1021) 2024-05-20 21:39:13 +08:00
client.js refactor: multi app and plugins (#1021) 2024-05-20 21:39:13 +08:00
package.json chore(version): release v0.21.88 (#1497) 2024-08-29 17:25:45 +08:00
README.md feat(multi-app-manager): custom sub app start options ( #1498 ) (#1506) 2024-09-05 14:07:42 +08:00
README.zh-CN.md feat(multi-app-manager): custom sub app start options ( #1498 ) (#1506) 2024-09-05 14:07:42 +08:00
server.d.ts refactor: multi app and plugins (#1021) 2024-05-20 21:39:13 +08:00
server.js refactor: multi app and plugins (#1021) 2024-05-20 21:39:13 +08:00

multi-app-manager

English | 中文

多应用管理插件。

安装激活

yarn pm enable multi-app-manager

使用方法

注意目前仅支持部分在应用启动时传入的环境变量,具体列表如下:

APP_KEY=test-key
API_BASE_PATH=/api/
DB_DIALECT=sqlite
DB_STORAGE=storage/db/tachybase.sqlite
DB_TABLE_PREFIX=
DB_HOST=localhost
DB_PORT=5432
DB_DATABASE=postgres
DB_USER=tachybase
DB_PASSWORD=tachybase
DB_UNDERSCORED=false
DB_TIMEZONE=+08:00
DB_TABLE_PREFIX=
DB_SCHEMA=
CACHE_DEFAULT_STORE=memory
CACHE_MEMORY_MAX=2000