13 lines
352 B
Plaintext
13 lines
352 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://encryptid.jeffemmett.com"
|