43 lines
942 B
TOML
43 lines
942 B
TOML
name = "Solarplaza"
|
|
maintainer = "SmartSheep Studio"
|
|
|
|
frontend = "https://lian.solsynth.dev"
|
|
|
|
bind = "0.0.0.0:8447"
|
|
domain = "im.solsynth.dev"
|
|
secret = "LtTjzAGFLshwXhN4ZD4nG5KlMv1MWcsvfv03TSZYnT1VhiAnLIZFTnHUwR0XhGgi"
|
|
|
|
content = "uploads"
|
|
|
|
[debug]
|
|
database = false
|
|
print_routes = false
|
|
|
|
[identity]
|
|
client_id = "solarecho"
|
|
client_secret = "Z9k9AFTj^p"
|
|
endpoint = "https://id.solsynth.dev"
|
|
grpc_endpoint = "id.solsynth.dev:7444"
|
|
|
|
[meeting]
|
|
client_id = "solsynth-meeting"
|
|
client_secret = "1234567890"
|
|
endpoint = "https://meet.solsynth.dev"
|
|
|
|
[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]
|
|
dsn = "host=localhost dbname=hy_messaging port=5432 sslmode=disable"
|
|
prefix = "messaging_"
|