mirror of
https://github.com/fastapi-practices/fastapi_best_architecture.git
synced 2026-03-13 09:31:31 +08:00
14 lines
254 B
TOML
14 lines
254 B
TOML
[plugin]
|
|
summary = '代码生成'
|
|
version = '0.1.1'
|
|
description = '生成通用业务代码'
|
|
author = 'wu-clan'
|
|
tags = ['other']
|
|
database = ['mysql', 'postgresql']
|
|
|
|
[app]
|
|
router = ['v1']
|
|
|
|
[settings]
|
|
CODE_GENERATOR_DOWNLOAD_ZIP_FILENAME = 'fba_generator'
|