2023-02-03 02:39:41 +00:00
|
|
|
listen_port = 8000
|
2023-02-04 23:44:51 +00:00
|
|
|
db_url = "postgres://postgres@localhost/trifidapi"
|
|
|
|
base = "http://localhost:8000"
|
2023-02-21 02:56:17 +00:00
|
|
|
web_root = "http://localhost:5173"
|
2023-02-06 02:00:25 +00:00
|
|
|
magic_links_valid_for = 86400
|
2023-02-07 15:37:25 +00:00
|
|
|
session_tokens_valid_for = 86400
|
2023-02-24 14:53:32 +00:00
|
|
|
totp_verification_valid_for = 3600
|
2023-02-28 01:29:52 +00:00
|
|
|
data_key = "edd600bcebea461381ea23791b6967c8667e12827ac8b94dc022f189a5dc59a2"
|