This commit is contained in:
2026-05-17 23:11:42 +05:00
parent 440a2ba753
commit 6da3cd7223
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -16,14 +16,14 @@ class Settings(BaseSettings):
refresh_token_expire_days: int = 14
database_url: str = (
"postgresql+psycopg2://mikrocloud:mikrocloud@postgres:5432/mikrocloud"
"postgresql+psycopg2://ROSzetta:ROSzetta@postgres:5432/ROSzetta"
)
redis_url: str = "redis://redis:6379/0"
s3_endpoint: str = "http://minio:9000"
s3_access_key: str = "minio"
s3_secret_key: str = "minio12345"
s3_bucket: str = "mikrocloud-backups"
s3_bucket: str = "roszetta-backups"
bootstrap_admin_email: str = "admin"
bootstrap_admin_password: str = "admin"