-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.env
55 lines (41 loc) · 1020 Bytes
/
dev.env
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
LOG_LEVEL=DEBUG
HOST=127.0.0.1
PORT=8002
ROOT_PATH=
DEBUG=True
RELOAD=True
CACHE_TTL=300
JWT_SECRET=dev-secret
AUTH_URL=http://localhost:8000
SKILLS_URL=http://localhost:8001
SHOP_URL=http://localhost:8002
JOBS_URL=http://localhost:8003
EVENTS_URL=http://localhost:8004
CHALLENGES_URL=http://localhost:8005
PAYPAL_BASE_URL=https://api.sandbox.paypal.com
PAYPAL_CLIENT_ID=
PAYPAL_SECRET=
PREMIUM_MONTHLY_PRICE=1000
PREMIUM_YEARLY_PRICE=10000
HEARTS_MAX=6
HEARTS_REFILL_PRICE=50
HEARTS_REFILL_TIME=00:00+02:00
INVOICE_TEST=True
INVOICE_SECRET=dev-secret
INTERNAL_JWT_TTL=10
SMTP_HOST=mail.example.com
SMTP_PORT=587
SMTP_PASSWORD=
SMTP_FROM="Bootstrap Academy DEV <[email protected]>"
SMTP_TLS=False
SMTP_STARTTLS=True
DATABASE_URL=postgresql+asyncpg://postgres@localhost:5432/academy-shop
POOL_RECYCLE=300
POOL_SIZE=20
MAX_OVERFLOW=100
SQL_SHOW_STATEMENTS=False
REDIS_URL=redis://localhost:6379/2
AUTH_REDIS_URL=redis://localhost:6379/0
# SENTRY_DSN=
# SENTRY_ENVIRONMENT=dev