[DEFAULT] # DEPRECATED: Settings are now configured via Venus GUI (Settings > GPS > NFL Tracking). # This file is kept for reference only. Do not edit - it is not read by the service. # Your Boat API Key from noforeignland.com # Get it from: Account > Settings > Boat tracking > API Key (website only, not in app) boat_api_key = # Optional: Boat name for display boat_name = # Track logging: minimum interval between points (seconds) track_interval = 60 # Track logging: minimum distance moved before logging (meters) min_distance = 50 # How often to send track to API (minutes) send_interval = 15 # 24h keepalive: send a point every 24h even when stationary ping_24h = true # Logging level: DEBUG, INFO, WARNING, ERROR logging = INFO