forked from recally-io/recally
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
34 lines (27 loc) · 701 Bytes
/
env.example
File metadata and controls
34 lines (27 loc) · 701 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
34
# Use for OAuth, Telegram bot webhook and S3 proxy
SERVICE_FQDN=http://localhost:1323
# Database configuration
DATABASE_HOST=localhost
DATABASE_PORT=5432
DATABASE_USER=postgres
DATABASE_PASSWORD=postgres
DATABASE_NAME=postgres
# Telegram bot configuration
#TELEGRAM_READER_NAME=recally-reader
#TELEGRAM_READER_TOKEN=
#TELEGRAM_READER_WEBHOOK=true
# JWT secret key
JWT_SECRET=random secret
# OAuth providers
#OAUTH_GITHUB_KEY=
#OAUTH_GITHUB_SECRET=
OPENAI_API_KEY=
OPENAI_BASE_URL=https://api.openai.com/v1
# S3 configuration for save images and videos
S3_ENABLED=true
S3_ENDPOINT=
S3_ACCESS_KEY_ID=
S3_SECRET_ACCESS_KEY=
S3_BUCKET_NAME=
S3_PUBLIC_URL=
BROWSER_CONTROL_URL=http://localhost:7317