rtrips-online/.env.example

18 lines
540 B
Plaintext

# Database
DATABASE_URL="postgresql://rtrips:changeme@localhost:5432/rtrips"
# AI - Gemini 2.0 Flash for NL parsing
GEMINI_API_KEY="your-gemini-api-key"
# rSpace integration
NEXT_PUBLIC_RSPACE_URL="https://rspace.online"
RSPACE_INTERNAL_URL="http://rspace-online:3000"
# EncryptID
NEXT_PUBLIC_ENCRYPTID_SERVER_URL="https://auth.ridentity.online"
# OpenRouteService (routing, optimization, isochrones)
ORS_BASE_URL="https://routing.jeffemmett.com"
ORS_PUBLIC_URL="https://api.openrouteservice.org"
ORS_PUBLIC_KEY="your-free-ors-api-key"