[server]
# 監聽所有介面
hosts = 0.0.0.0:5232

# 最大連線數
max_connections = 100

# 逾時設定
timeout = 60

[auth]
# 使用 HTTP Header 認證 (由 Keycloak OAuth2 Proxy 提供)
type = http_x_remote_user

[storage]
# 檔案系統儲存
type = multifilesystem

# 資料目錄
filesystem_folder = /data/collections

# Hook for changes (optional - for git versioning)
# hook = git add -A && git commit -m "Changes by %(user)s"

[web]
# 啟用 Web 介面
type = internal

[logging]
# 日誌等級
level = info

# 日誌格式
# debug 模式可設為 debug
