trifid/trifid-api/config.toml

6 lines
198 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"
magic_links_valid_for = 86400
2023-02-07 10:37:25 -05:00
session_tokens_valid_for = 86400
totp_verification_valid_for = 3600