Files
ColdBreeze-chat-server-rust/config/config.toml
T
Binbim 7d3333bbff
Release / build (aarch64, true, ubuntu-latest, sudo apt-get install -y rsync, stable, aarch64-unknown-linux-musl) (push) Has been cancelled
Release / build (arm-v7, true, ubuntu-latest, sudo apt-get install -y rsync, stable, armv7-unknown-linux-musleabihf) (push) Has been cancelled
Release / build (linux, ubuntu-latest, sudo apt-get install -y rsync, stable, x86_64-unknown-linux-musl) (push) Has been cancelled
Release / build (macos, macos-latest, brew install rsync, stable, x86_64-apple-darwin) (push) Has been cancelled
Release / release (push) Has been cancelled
Release / add (aarch64, true, ubuntu-latest, stable, aarch64-unknown-linux-musl) (push) Has been cancelled
Release / add (arm-v7, true, ubuntu-latest, stable, armv7-unknown-linux-musleabihf) (push) Has been cancelled
Release / add (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Has been cancelled
Release / add (macos, macos-latest, stable, x86_64-apple-darwin) (push) Has been cancelled
feat: migrate to LiveKit, remove Agora/payment, add domain certs for Caddy
2026-07-04 07:15:41 +08:00

48 lines
1.1 KiB
TOML

# webclient_url = "https://github.com/Privoce/vocechat-web/releases/latest/download"
# webclient_url = "https://s.voce.chat/web_client/v0.3.x"
webclient_url = ""
[system]
data_dir = "./data"
token_expiry_seconds = 300
refresh_token_expiry_seconds = 604800
# magic_token_expiry_seconds = 600
[network]
bind = "0.0.0.0:3000"
# domain = "chat.privoce.com"
frontend_url = "http://192.168.1.122:3009"
# [network.tls]
# type = "self_signed"
# [network.tls]
# type = "certificate"
# cert = "...."
# key = "...."
# path = "./cert/"
# [network.tls]
# type = "acme_http_01"
# directory_url = "https://acme-v02.api.letsencrypt.org/directory"
# http_bind = "0.0.0.0:80"
# cache_path = "./data/cert"
# [network.tls]
# type = "acme_tls_alpn_01"
# directory_url = "https://acme-v02.api.letsencrypt.org/directory"
# cache_path = "./data/cert"
[template.register_by_email]
subject = "Register code"
file = "templates/register_by_email.html"
[template.login_by_email]
subject = "Your sign-in link for Vocechat"
file = "templates/login_by_email.html"
#[[user]]
#name = "Guest"
#password = "123456"
#email = "guest@voce.chat"