BareGit
base_url = "http://localhost:8080/"
listen_address = "localhost"
listen_port = 8080
static_root = "static"
database_path = "var/card_collection.sqlite3"
card_storage_root = "var/cards"
avif_quality = 80
thumbnail_long_side = 256

# Immutable after the first database initialization.
administrator_email = "admin@example.com"

# Lowering this value can permanently discard accrued availability.
maximum_accumulated_pulls = 3

[email]
transport = "file"
link_file = "/tmp/card-collection-authentication-link.txt"

# Production Mailjet alternative (replace the file settings above):
# transport = "mailjet"
# from_address = "cards@example.com"
# from_name = "Card Collection"
# mailjet_api_key_environment = "CARD_COLLECTION_MAILJET_API_KEY"
# mailjet_secret_key_environment = "CARD_COLLECTION_MAILJET_SECRET_KEY"
# daily_attempt_limit = 180