We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ab7c9 commit 4c033fdCopy full SHA for 4c033fd
.env.example
@@ -1,3 +1,4 @@
1
cookie_sub=xxx
2
db_url=mysql+mysqlconnector://xxx:xxx/xxx
3
-broker=xxx://:xxx@localhost:6379/0
+origin=xxx
4
+cdn=xxx
README.MD
@@ -3,5 +3,4 @@
```env
5
db_url=mysql+mysqlconnector://xxx:xxx/xxx(数据库地址)
6
-broker=xxx://:xxx@localhost:6379/0(MQ)
7
```
router/config.py
@@ -15,7 +15,6 @@
15
class Settings(BaseSettings):
16
cookie_sub: str
17
db_url: str
18
- broker: str
19
origin: str
20
cdn: str
21
0 commit comments