-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (28 loc) · 846 Bytes
/
Copy path.env.example
File metadata and controls
33 lines (28 loc) · 846 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
26
27
28
29
30
31
32
33
# Meetly Configuration
# Copy this file to .env and fill in your credentials
# NEVER commit .env to Git
# Project
PROJECT_NAME=Meetly
VERSION=1.0.0
# Server
HOST=0.0.0.0
PORT=8000
DEBUG=False
# OpenRouter (required for summarization and Q&A)
# Get API key from https://openrouter.ai/keys
OPENROUTER_API_KEY=
OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
OPENROUTER_MODEL=openai/gpt-4-turbo
OPENROUTER_TIMEOUT=60.0
OPENROUTER_TEMPERATURE=0.2
OPENROUTER_MAX_TOKENS=2000
# Google Meet Integration (optional)
# The refresh token must be authorized for the Meet REST read scope and,
# for live media, the restricted Meet Media API audio scope.
# Live media also requires Google Workspace Developer Preview enrollment.
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_REFRESH_TOKEN=
# App Metadata
APP_TITLE=Meetly
HTTP_REFERER=https://meetly.ai