-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 1.66 KB
/
Copy path.env.example
File metadata and controls
25 lines (20 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ═══════════════════════════════════════════════════════════════
# VeloSyno Environment Configuration
# Copy this to .env and fill in your values
# ═══════════════════════════════════════════════════════════════
# ── Strava API ───────────────────────────────────────────────────
# Get these from https://www.strava.com/settings/api
STRAVA_CLIENT_ID=your_client_id_here
STRAVA_CLIENT_SECRET=your_client_secret_here
# ── URLs ─────────────────────────────────────────────────────────
# The IP/hostname of your Synology NAS on your local network
# Replace 192.168.1.x with your NAS's actual local IP
# OR your domain name if you have one + reverse proxy (e.g. Nginx Proxy Manager)
NAS_IP=192.168.1.100
APP_URL=http://192.168.1.100:3000
BACKEND_URL=http://192.168.1.100:8000
# ── Ports ─────────────────────────────────────────────────────────
FRONTEND_PORT=3000
BACKEND_PORT=8000
# ── Database ──────────────────────────────────────────────────────
DB_PASSWORD=change_me_to_something_secure