Interactive/settings.toml

24 lines
518 B
TOML
Raw Normal View History

id = "interactive01"
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 = true
2024-03-22 16:41:32 +00:00
print_routes = false
2024-07-16 02:53:02 +00:00
[dealer]
addr = "127.0.0.1:7442"
2024-02-01 15:26:17 +00:00
[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_"