Calendar + NLP modules implemented
This commit is contained in:
@@ -18,4 +18,6 @@ class Settings(BaseSettings):
|
||||
PEPPER: str = getenv("PEPPER", "")
|
||||
JWT_SECRET_KEY: str = getenv("JWT_SECRET_KEY", "")
|
||||
|
||||
GOOGLE_API_KEY: str = getenv("GOOGLE_API_KEY", "")
|
||||
|
||||
settings = Settings()
|
||||
|
||||
Reference in New Issue
Block a user