فهرست منبع

Add frontend config template and gitignore

k4be 7 ساعت پیش
والد
کامیت
99480ccf06
2فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 1 0
      gpx-vis-frontend/.gitignore
  2. 6 0
      gpx-vis-frontend/config.example.js

+ 1 - 0
gpx-vis-frontend/.gitignore

@@ -0,0 +1 @@
+config.js

+ 6 - 0
gpx-vis-frontend/config.example.js

@@ -0,0 +1,6 @@
+window.APP_CONFIG = {
+  // Backend API URL (no trailing slash)
+  apiUrl: 'http://localhost:3000',
+  // App name shown in title/header
+  appName: 'GPX Visualizer',
+};