Basic frontend
This commit is contained in:
@@ -37,6 +37,7 @@ class Settings(BaseSettings):
|
||||
SMTP2GO_API_URL: str = "https://api.smtp2go.com/v3/email/send"
|
||||
EMAIL_FROM: str
|
||||
EMAIL_FROM_NAME: str
|
||||
FRONTEND_URL: str = "http://localhost:3500"
|
||||
|
||||
# CORS
|
||||
BACKEND_CORS_ORIGINS: List[str] = ["http://localhost:3000", "http://localhost:8080"]
|
||||
|
||||
Reference in New Issue
Block a user