接口跑通,基础功能全部实现
This commit is contained in:
@@ -24,7 +24,11 @@ class SharedSettings(BaseSettings):
|
||||
|
||||
# Cookie encryption
|
||||
COOKIE_ENCRYPTION_KEY: str = "change-me-in-production"
|
||||
|
||||
|
||||
# 微信小程序
|
||||
WX_APPID: str = ""
|
||||
WX_SECRET: str = ""
|
||||
|
||||
# Environment
|
||||
ENVIRONMENT: str = "development"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user