-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
36 lines (26 loc) · 997 Bytes
/
Copy path.env.example
File metadata and controls
36 lines (26 loc) · 997 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
35
# Sidekick AI - Configuration Template
# Server Settings
HOST=0.0.0.0
PORT=8000
DEBUG=False
# JWT Secret Key (Generate with: openssl rand -hex 32)
SECRET_KEY=your_super_secret_key_here
# OpenRouter Configuration
OPENROUTER_API_KEY=your_openrouter_api_key_here
OPENROUTER_MODEL=openrouter/free
# Google OAuth Credentials
GOOGLE_CLIENT_ID=your_google_client_id_here
GOOGLE_CLIENT_SECRET=your_google_client_secret_here
# Slack OAuth Credentials
SLACK_CLIENT_ID=your_slack_client_id_here
SLACK_CLIENT_SECRET=your_slack_client_secret_here
SLACK_REDIRECT_URI=https://sidekickai-1.onrender.com/api/v1/slack/callback
# Telegram MTProto User API Configuration
TELEGRAM_API_ID=your_telegram_api_id_here
TELEGRAM_API_HASH=your_telegram_api_hash_here
# Fernet symmetric encryption key for Telegram String Session strings.
TELEGRAM_SESSION_ENCRYPTION_KEY=your_fernet_encryption_key_here
# Cookie Security & Session Settings
# COOKIE_SECURE=True
# COOKIE_SAMESITE=none
# COOKIE_DOMAIN=.yourdomain.com