Interactive/settings.toml

40 lines
916 B
TOML
Raw Normal View History

id = "interactive01"
2024-02-01 15:26:17 +00:00
frontend = "https://lian.solsynth.dev"
2024-02-01 15:26:17 +00:00
bind = "0.0.0.0:8445"
grpc_bind = "0.0.0.0:7445"
domain = "im.solsynth.dev"
2024-02-01 15:26:17 +00:00
secret = "LtTjzAGFLshwXhN4ZD4nG5KlMv1MWcsvfv03TSZYnT1VhiAnLIZFTnHUwR0XhGgi"
2024-03-22 16:41:32 +00:00
[debug]
database = false
2024-03-22 16:41:32 +00:00
print_routes = false
[paperclip]
endpoint = "http://localhost:8443"
grpc_endpoint = "localhost:7443"
2024-04-13 11:26:44 +00:00
[passport]
2024-03-16 08:14:45 +00:00
client_id = "solarplaza"
2024-02-01 15:26:17 +00:00
client_secret = "Z9k9AFTj^p"
endpoint = "http://localhost:8444"
grpc_endpoint = "localhost:7444"
2024-02-01 15:26:17 +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
2024-02-01 15:26:17 +00:00
[database]
2024-06-01 14:15:10 +00:00
dsn = "host=localhost user=postgres password=password dbname=hy_interactive port=5432 sslmode=disable"
2024-02-01 15:26:17 +00:00
prefix = "interactive_"