完成白名单接口
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
- [ ] Limiter
|
||||
- [ ] Compress
|
||||
|
||||
查端口需要通过外部接口实现,防止不同环境下的端口覆盖。提供一个额外的简便方法用来实现端口覆盖
|
||||
|
||||
业务代码和测试代码共用的控制变量可以优化为环境变量
|
||||
|
||||
channel 优化:
|
||||
@@ -45,10 +47,15 @@ oauth token 验证授权范围
|
||||
|
||||
短信发送日志
|
||||
|
||||
## 环境变量
|
||||
## 环境变量和脚本
|
||||
|
||||
在 init/env 中有定义和默认值
|
||||
|
||||
开发环境数据库迁移:
|
||||
```powershell
|
||||
pg-schema-diff apply --schema-dir .\scripts\sql --dsn "host=localhost user=test password=test dbname=app port=5432 sslmode=disable TimeZone=Asia/Shanghai"
|
||||
```
|
||||
|
||||
## 枚举字典
|
||||
|
||||
### 产品
|
||||
|
||||
Reference in New Issue
Block a user