Spaces:
Runtime error
Runtime error
Commit
·
9875759
1
Parent(s):
1f640f4
update congifenv
Browse files
TechdocsAPI/backend/core/ConfigEnv.py
CHANGED
@@ -23,6 +23,10 @@ class Settings(BaseSettings):
|
|
23 |
|
24 |
MAIL_SERVER_URL:str
|
25 |
|
|
|
|
|
|
|
|
|
26 |
class Config:
|
27 |
env_file = ".env"
|
28 |
|
|
|
23 |
|
24 |
MAIL_SERVER_URL:str
|
25 |
|
26 |
+
MAIL_USERNAME:str
|
27 |
+
MAIL_PASSWORD:str
|
28 |
+
MAIL_FROM:str
|
29 |
+
|
30 |
class Config:
|
31 |
env_file = ".env"
|
32 |
|