Add phase 5 secure credential vault
This commit is contained in:
@@ -14,6 +14,8 @@ class Settings(BaseSettings):
|
||||
ENV: str = "dev"
|
||||
DEBUG: bool = True
|
||||
SECRET_KEY: str = "change-me-to-a-long-random-string"
|
||||
# Separate high-entropy key for tenant-scoped credential encryption. Never rotate without a re-encryption plan.
|
||||
VAULT_MASTER_KEY: str = ""
|
||||
|
||||
COOKIE_SECURE: bool = False
|
||||
COOKIE_SAMESITE: str = "lax"
|
||||
|
||||
Reference in New Issue
Block a user