config.example.js 166 B

123456
  1. window.APP_CONFIG = {
  2. // Backend API URL (no trailing slash)
  3. apiUrl: 'http://localhost:3000',
  4. // App name shown in title/header
  5. appName: 'GPX Visualizer',
  6. };