tachybase_todo/packages/plugins/@tachybase/plugin-multi-app-manager
sealday 72f29a0c58 chore(version): release v0.21.89 (#1514)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1514
2024-09-05 16:39:59 +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.89 (#1514) 2024-09-05 16:39:59 +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