1# Judge Service Configuration
2# MongoDB connection (from vault)
3MONGODB_CONNECTION_STRING=mongodb+srv://username:password@aesthetic.qencn.mongodb.net/
4MONGODB_NAME=aesthetic
5COLLECTION_NAME=chat-system
6
7# Ollama settings
8MODEL=gemma2:2b
9PORT=3000