mirror of
https://github.com/fastapi-practices/fastapi_best_architecture.git
synced 2026-03-13 09:31:31 +08:00
15 lines
289 B
TOML
15 lines
289 B
TOML
[plugin]
|
|
summary = "参数配置"
|
|
version = "0.0.2"
|
|
description = "通常用于动态配置系统参数和前端工程数据展示"
|
|
author = "wu-clan"
|
|
tags = ["other"]
|
|
database = ["mysql", "postgresql"]
|
|
|
|
[app]
|
|
extend = "admin"
|
|
|
|
[api.config]
|
|
prefix = "/configs"
|
|
tags = "系统参数配置"
|