9 lines
376 B
TOML
9 lines
376 B
TOML
listen_port = 8000
|
|
db_url = "postgres://postgres@localhost/trifidapi"
|
|
base = "http://localhost:8000"
|
|
web_root = "http://localhost:5173"
|
|
magic_links_valid_for = 86400
|
|
session_tokens_valid_for = 86400
|
|
totp_verification_valid_for = 3600
|
|
data_key = "1f94d6ba57d79845135ba66446478537f3fccb5ec8e5b7eff7262caa0c358858106a8c5d8d4269ed6e9fc4dd00612bc89b4db06c2288bc2b19ae3e7cebcb461d"
|