forked from 0niel/exteraStore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (31 loc) · 1.1 KB
/
.env.example
File metadata and controls
39 lines (31 loc) · 1.1 KB
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
# Database
DATABASE_URL=postgresql://extera_user:secure_password_change_me@localhost:5432/extera_plugins
POSTGRES_PASSWORD=secure_password_change_me
# Redis
REDIS_PASSWORD=redis_password_change_me
REDIS_URL=redis://:redis_password_change_me@localhost:6379
# Authentication
NEXTAUTH_SECRET=your_nextauth_secret_here
AUTH_SECRET=your_auth_secret_here
NEXTAUTH_URL=http://localhost:3000
# Telegram
TELEGRAM_BOT_TOKEN=1234567890:your_telegram_bot_token_here
TELEGRAM_BOT_USERNAME=your_bot_username
NEXT_PUBLIC_TELEGRAM_BOT_USERNAME=your_bot_username
# AI Services
OPENAI_API_KEY=sk-your_openai_api_key_here
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Storage
# UploadThing
UPLOADTHING_SECRET=your_uploadthing_secret_here
UPLOADTHING_APP_ID=your_uploadthing_app_id_here
# Yandex Storage
YANDEX_STORAGE_ACCESS_KEY=your_yandex_storage_access_key
YANDEX_STORAGE_SECRET_KEY=your_yandex_storage_secret_key
YANDEX_STORAGE_BUCKET=your_yandex_storage_bucket
YANDEX_STORAGE_REGION=ru-central1
# Admin Configuration
INITIAL_ADMINS=i_am_oniel
NEXT_PUBLIC_INITIAL_ADMINS=i_am_oniel
# Monitoring (Optional)
GRAFANA_PASSWORD=admin