rtrips-online/.env.example

13 lines
349 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"