-
Notifications
You must be signed in to change notification settings - Fork 5
/
dev.env
46 lines (34 loc) · 849 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
LOG_LEVEL=DEBUG
HOST=127.0.0.1
PORT=8001
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
LECTURE_XP=10
PUBLIC_BASE_URL=http://127.0.0.1:8001
MP4_LECTURES=lectures
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-skills
POOL_RECYCLE=300
POOL_SIZE=20
MAX_OVERFLOW=100
SQL_SHOW_STATEMENTS=False
REDIS_URL=redis://localhost:6379/1
AUTH_REDIS_URL=redis://localhost:6379/0
# SENTRY_DSN=
# SENTRY_ENVIRONMENT=dev