Messaging/settings.toml

50 lines
1.1 KiB
TOML
Raw Normal View History

2024-03-26 15:05:13 +00:00
name = "Solarplaza"
maintainer = "SmartSheep Studio"
2024-03-30 05:15:21 +00:00
frontend = "https://lian.solsynth.dev"
2024-03-26 15:05:13 +00:00
bind = "0.0.0.0:8447"
2024-04-06 09:28:21 +00:00
domain = "im.solsynth.dev"
2024-03-26 15:05:13 +00:00
secret = "LtTjzAGFLshwXhN4ZD4nG5KlMv1MWcsvfv03TSZYnT1VhiAnLIZFTnHUwR0XhGgi"
content = "uploads"
[debug]
2024-05-26 15:01:20 +00:00
database = false
2024-03-26 15:05:13 +00:00
print_routes = false
2024-05-26 15:01:20 +00:00
[paperclip]
endpoint = "http://localhost:8443"
grpc_endpoint = "localhost:7443"
[passport]
2024-03-26 15:05:13 +00:00
client_id = "solarecho"
client_secret = "Z9k9AFTj^p"
2024-05-26 15:01:20 +00:00
endpoint = "http://localhost:8444"
grpc_endpoint = "localhost:7444"
2024-03-26 15:05:13 +00:00
[calling]
api_key = "APIZwKRLAWaWa8d"
api_secret = "wdu3fnKDwlsIW17tLhlRKpx275kPJGwRKMC7JADNaXU"
endpoint = "hydrogen-kcvgdwpe.livekit.cloud"
token_duration = 43200
empty_timeout_duration = 600
max_participants = 20
2024-04-06 09:08:01 +00:00
2024-03-26 15:05:13 +00:00
[mailer]
name = "Alphabot <alphabot@smartsheep.studio>"
smtp_host = "smtp.exmail.qq.com"
smtp_port = 465
username = "alphabot@smartsheep.studio"
password = "gz937Zxxzfcd9SeH"
[security]
cookie_domain = "localhost"
cookie_samesite = "Lax"
access_token_duration = 300
refresh_token_duration = 2592000
[database]
2024-05-26 15:01:20 +00:00
dsn = "host=localhost user=postgres password=password dbname=hy_messaging port=5432 sslmode=disable"
2024-03-26 15:05:13 +00:00
prefix = "messaging_"