PORT=3080
RAG_PORT=8000
MEILI_MASTER_KEY=masterkey
ENDPOINTS=openAI,anthropic,assistants,custom

# Security keys (generate random strings)
CREDS_KEY=a_random_32_character_string_for_creds
CREDS_IV=a_random_16_character_string_for_creds
JWT_SECRET=a_random_secret_for_jwt_tokens
JWT_REFRESH_SECRET=another_random_secret_for_refresh_tokens
