69 lines
1.4 KiB
TOML
69 lines
1.4 KiB
TOML
[project]
|
|
user_env = []
|
|
session_timeout = 3600
|
|
user_session_timeout = 1296000
|
|
cache = false
|
|
persist_user_env = false
|
|
mask_user_env = false
|
|
allow_origins = ["*"]
|
|
|
|
[features]
|
|
unsafe_allow_html = true
|
|
latex = false
|
|
user_message_autoscroll = true
|
|
auto_tag_thread = true
|
|
edit_message = true
|
|
allow_thread_sharing = false
|
|
|
|
[features.spontaneous_file_upload]
|
|
enabled = true
|
|
accept = ["*"]
|
|
max_files = 20
|
|
max_size_mb = 500
|
|
|
|
[features.audio]
|
|
enabled = false
|
|
sample_rate = 24000
|
|
|
|
[features.mcp]
|
|
enabled = false
|
|
|
|
[UI]
|
|
name = "Ai Station DFFM"
|
|
default_theme = "dark"
|
|
layout = "wide"
|
|
default_sidebar_state = "open"
|
|
|
|
# Più “SaaS”: evita di mostrare troppo ragionamento di default
|
|
cot = "tool_call"
|
|
|
|
custom_css = "/public/ui-s-tier.css"
|
|
|
|
[UI.theme]
|
|
primary_color = "#0066CC"
|
|
background_color = "#1a1a1a"
|
|
alert_style = "modern"
|
|
|
|
# Brand assets (metti i file in /public/brand/)
|
|
logo_file_url = "/public/brand/logo-header.png"
|
|
default_avatar_file_url = "/public/brand/avatar.png"
|
|
login_page_image = "/public/brand/login.jpg"
|
|
login_page_image_filter = "brightness-50 grayscale"
|
|
|
|
[[UI.header_links]]
|
|
name = "Docs"
|
|
display_name = "Docs"
|
|
icon_url = "/public/brand/icon-32.png"
|
|
url = "https://ai.dffm.it"
|
|
target = "_blank"
|
|
|
|
[[UI.header_links]]
|
|
name = "Support"
|
|
display_name = "Support"
|
|
icon_url = "/public/brand/icon-32.png"
|
|
url = "mailto:support@dffm.it"
|
|
target = "_blank"
|
|
|
|
[meta]
|
|
generated_by = "2.8.3"
|