-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
74 lines (61 loc) · 1.99 KB
/
.env.example
File metadata and controls
74 lines (61 loc) · 1.99 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Database Configuration
POSTGRES_USER=efektywniejsi
POSTGRES_PASSWORD=devpassword123
POSTGRES_DB=efektywniejsi_ekosystem_db
DATABASE_URL=postgresql://efektywniejsi:devpassword123@postgres:5432/efektywniejsi_ekosystem_db
# Redis Configuration
REDIS_URL=redis://redis:6379/0
# JWT Configuration
SECRET_KEY=change-me-to-a-random-secret-key-min-32-characters-long-for-production
ALGORITHM=HS256
ACCESS_TOKEN_EXPIRE_MINUTES=30
REFRESH_TOKEN_EXPIRE_DAYS=7
# Email Configuration
EMAIL_BACKEND=console
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_FROM_EMAIL=noreply@efektywniejsi.pl
SMTP_FROM_NAME=Efektywniejsi
# Frontend Configuration
FRONTEND_URL=http://localhost:5173
DASHBOARD_URL=http://localhost:3001
# Password Reset Configuration
PASSWORD_RESET_TOKEN_EXPIRE_HOURS=1
# CORS Configuration
BACKEND_CORS_ORIGINS=["http://localhost:5173","http://localhost:3000","http://localhost:3001","http://127.0.0.1:5173"]
# API Configuration
API_V1_PREFIX=/api/v1
PROJECT_NAME=Efektywniejsi Ekosystem Auth API
DEBUG=True
# File Upload Configuration
UPLOAD_DIR=./uploads
MAX_FILE_SIZE_MB=50
# Mux Configuration
MUX_TOKEN_ID=your_mux_token_id_here
MUX_TOKEN_SECRET=your_mux_token_secret_here
MUX_WEBHOOK_SECRET=
# Stripe Payment Configuration
STRIPE_SECRET_KEY=sk_test_xxxxx
STRIPE_PUBLISHABLE_KEY=pk_test_xxxxx
STRIPE_WEBHOOK_SECRET=whsec_xxxxx
# Anthropic AI Configuration
ANTHROPIC_API_KEY=sk-ant-xxxxx
ANTHROPIC_MODEL=claude-sonnet-4-20250514
ANTHROPIC_MAX_TOKENS=8192
# PayU Payment Configuration
PAYU_MERCHANT_ID=xxxxx
PAYU_SECRET_KEY=xxxxx
PAYU_API_URL=https://secure.snd.payu.com
PAYU_WEBHOOK_SECRET=xxxxx
# Fakturownia Invoice Configuration
# Invoice is created and sent automatically via Fakturownia email after payment
FAKTUROWNIA_API_TOKEN=xxxxx
FAKTUROWNIA_SUBDOMAIN=your-subdomain
FAKTUROWNIA_SELLER_NAME=Your Company Name
FAKTUROWNIA_SELLER_TAX_NO=1234567890
FAKTUROWNIA_SELLER_STREET=ul. Example 1
FAKTUROWNIA_SELLER_POST_CODE=00-001
FAKTUROWNIA_SELLER_CITY=Warsaw
FAKTUROWNIA_SELLER_COUNTRY=PL