trifid/trifid-api/config.toml

9 lines
341 B
TOML
Raw Normal View History

2023-02-02 21:39:41 -05:00
listen_port = 8000
db_url = "postgres://postgres@localhost/trifidapi"
base = "http://localhost:8000"
2023-02-20 21:56:17 -05:00
web_root = "http://localhost:5173"
magic_links_valid_for = 86400
2023-02-07 10:37:25 -05:00
session_tokens_valid_for = 86400
2023-02-24 09:53:32 -05:00
totp_verification_valid_for = 3600
2023-02-27 20:29:52 -05:00
data_key = "edd600bcebea461381ea23791b6967c8667e12827ac8b94dc022f189a5dc59a2"
2023-03-01 22:06:07 -05:00
ca_certs_valid_for = 31536000