// Copyright (C) 2025 Aron Sommer. See LICENSE file for full license details. // API Keys Template // This is a template for your local secrets file. // 1. Copy this file and rename it to 'secrets.js' // 2. Fill in your actual API keys below // 3. Ensure 'secrets.js' is listed in your .gitignore file // Service API Keys const googleApiKey = ""; const mapboxAccessToken = ""; const tracestrackApiKey = ""; // Strava Integration (Optional) // Leave these empty to have users provide their own keys in the UI const stravaClientId = ""; const stravaClientSecret = "";