-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.tmp
61 lines (41 loc) · 1.1 KB
/
.env.tmp
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
####################
## Application Settings
####################
# Node environment (development or production)
NODE_ENV=development
# JWT Secret Key
JWT_SECRET=YOUR_JWT_SECRET
# Allow database cleanup (true or false)
ALLOW_DATABASE_CLEANUP=false
####################
## API Keys
####################
# OpenRouter API Key
OPENROUTER_API_KEY=API_KEY
# OpenRouter URL of your site
OPENROUTER_YOUR_SITE_URL=https://github.com/cantalupo555/anki-assistant-languages
# OpenRouter Name of your site
OPENROUTER_YOUR_SITE_NAME=Anki Assistant Languages
# Google Cloud Gemini API Key
GOOGLE_GEMINI_API_KEY=API_KEY
# Anthropic Claude API Key
ANTHROPIC_CLAUDE_API_KEY=API_KEY
# Google Cloud Text-to-Speech API Key
GOOGLE_CLOUD_TTS_API_KEY=API_KEY
# Azure Speech Resource Key
AZURE_SPEECH_RESOURCE_KEY=RESOURCE_KEY
# Azure Speech Region
AZURE_SPEECH_REGION=REGION
####################
## Database
####################
# Database User
DB_USER=YOUR_DB_USER
# Database Host
DB_HOST=YOUR_DB_HOST
# Database Name
DB_DATABASE=YOUR_DB_NAME
# Database Password
DB_PASSWORD=YOUR_DB_PASSWORD
# Database Port
DB_PORT=YOUR_DB_PORT