-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
25 lines (19 loc) · 804 Bytes
/
example.env
File metadata and controls
25 lines (19 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Qar Environment Configuration
# OMDB API Key (get one at https://www.omdbapi.com/apikey.aspx)
OMDB_API_KEY=your_omdb_api_key_here
# OpenRouter AI Configuration (get a key at https://openrouter.ai/)
# Used for AI-powered movie/TV show recommendations
OPENROUTER_API_KEY=
OPENROUTER_CHAT_MODEL=qwen/qwen3-8b
# VPN Configuration (Private Internet Access)
PIA_USERNAME=your_pia_username
PIA_PASSWORD=your_pia_password
PIA_REGION=Netherlands
# Database (these match docker compose defaults)
POSTGRES_USER=qar
POSTGRES_PASSWORD=qar_password
POSTGRES_DB=qar
# OpenRouter AI Configuration (get a key at https://openrouter.ai/)
OPENROUTER_API_KEY=sk-your_openrouter_api_key_here
# Model to use for AI recommendations (must support structured output)
OPENROUTER_CHAT_MODEL=meta-llama/llama-3.1-8b-instruct