fix: vault settings

This commit is contained in:
2026-05-11 20:16:20 +03:00
parent 8be49b039f
commit af341f79fb
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ class Settings(BaseSettings):
VAULT_SECRET_ID: str = ''
VAULT_NAMESPACE: str | None = None
VAULT_MOUNT_POINT: str = 'dev-secrets'
VAULT_APP_SECRET_PATH: str = 'app'
VAULT_APP_SECRET_PATH: str = ''
VAULT_BEORG_SECRET_PATH: str = 'beorg'
VAULT_DATABASE_SECRET_PATH: str = 'database'
VAULT_JWT_SECRET_PATH: str = 'jwt'