feat(config): add the AUTH_SERVICE_ENDPOINT
This commit is contained in:
parent
1c70143f2d
commit
bf1e476c0b
@ -25,6 +25,8 @@ class AppSettings(BaseSettings):
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES: int = 3600
|
||||
REFRESH_TOKEN_EXPIRE_DAYS: int = 1
|
||||
|
||||
AUTH_SERVICE_ENDPOINT: str = ""
|
||||
|
||||
SENDGRID_API_KEY: str = ""
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user