# NocoDB API Configuration NOCODB_API_URL=https://db.lindalindsay.org/api/v1 NOCODB_API_TOKEN=your-api-token-here NOCODB_VIEW_URL=https://db.lindalindsay.org/dashboard/#/nc/p406kno3lbq4zmq/mvtryxrvze6td79 # Auto-parsed from NOCODB_VIEW_URL (no need to set manually) # NOCODB_PROJECT_ID=p406kno3lbq4zmq # NOCODB_TABLE_ID=mvtryxrvze6td79 # Server Configuration PORT=3000 NODE_ENV=production # Map Defaults (Edmonton, Alberta, Canada) DEFAULT_LAT=53.5461 DEFAULT_LNG=-113.4938 DEFAULT_ZOOM=11 # Optional: Map Boundaries (prevents users from adding points outside area) # BOUND_NORTH=53.7 # BOUND_SOUTH=53.4 # BOUND_EAST=-113.3 # BOUND_WEST=-113.7