Skip to content

Commit 4c033fd

Browse files
feat: remove celery (#7)
1 parent 44ab7c9 commit 4c033fd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.env.example

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
cookie_sub=xxx
22
db_url=mysql+mysqlconnector://xxx:xxx/xxx
3-
broker=xxx://:xxx@localhost:6379/0
3+
origin=xxx
4+
cdn=xxx

README.MD

-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
```env
44
cookie_sub=xxx
55
db_url=mysql+mysqlconnector://xxx:xxx/xxx(数据库地址)
6-
broker=xxx://:xxx@localhost:6379/0(MQ)
76
```

router/config.py

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
class Settings(BaseSettings):
1616
cookie_sub: str
1717
db_url: str
18-
broker: str
1918
origin: str
2019
cdn: str
2120

0 commit comments

Comments
 (0)