Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 9 lines 247 B view raw
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