update some utils

This commit is contained in:
Kohaku-Blueleaf
2025-10-05 03:06:30 +08:00
parent ef57cd9eb5
commit 84ecb94474
2 changed files with 51 additions and 22 deletions

View File

@@ -8,12 +8,26 @@ region = "us-east-1"
force_path_style = true
[lakefs]
public_endpoint = "http://127.0.0.1:28000"
internal_endpoint = "http://127.0.0.1:28000"
endpoint = "http://127.0.0.1:28000"
access_key = "xxx"
secret_key = "yyy"
repo_namespace = "hf"
[smtp]
enabled = false
host = "smtp.gmail.com"
port = 587
username = "your-email@gmail.com"
password = "your-app-password"
from_email = "noreply@yourdomain.com"
use_tls = true
[auth]
require_email_verification = false
session_secret = "change-me-in-production"
session_expire_hours = 168 # 7 days
token_expire_days = 365
[app]
base_url = "http://127.0.0.1:48888"
api_base = "/api"