2025-06-26 08:37:04 -06:00

35 lines
1.1 KiB
Plaintext

# 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
# Login Sheet Configuration
# You can use either the full URL (recommended) or just the table ID
# Full URL example:
NOCODB_LOGIN_SHEET=https://db.lindalindsay.org/dashboard/#/nc/p406kno3lbq4zmq/mnlzyenzfg1v1mo
# Or just the table ID:
# NOCODB_LOGIN_SHEET=mnlzyenzfg1v1mo
# 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
# Session Secret (IMPORTANT: Generate a secure random string for production)
# You can generate one with: openssl rand -hex 32
SESSION_SECRET=your-secure-session-secret-here
# 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