revamping frontend logging system and reorganising documentation
This commit is contained in:
@@ -73,7 +73,7 @@ class Settings(BaseSettings):
|
||||
auto_provision_ssl: bool = False # Set to True if using automated SSL
|
||||
|
||||
# DNS verification
|
||||
dns_verification_prefix: str = "_letzshop-verify"
|
||||
dns_verification_prefix: str = "_wizamart-verify"
|
||||
dns_verification_ttl: int = 3600
|
||||
|
||||
model_config = {"env_file": ".env"} # Updated syntax for Pydantic v2
|
||||
|
||||
Reference in New Issue
Block a user