增加配置项说明

This commit is contained in:
05412 2024-07-23 11:38:37 +08:00
parent 51d1133ce2
commit 740fd32c1f

View File

@ -1,3 +1,15 @@
# surl # surl
A simple URL shortener written in kotlin 短链接生成系统
## 配置项
- 数据库类型: `POSTGRESQL`
- 缓存中间件: `REDIS`
### 环境变量
- `DB_HOST`: 数据库主机, 必选
- `DB_PORT`: 数据库主机端口, 可选
- `DB_PASS`: 数据库密码, 必选
- `REDIS_HOST`: `REDIS`主机, 必选
- `SECRET`: `TOKEN`密钥, 可选