-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
44 lines (38 loc) · 858 Bytes
/
Copy path.env.example
File metadata and controls
44 lines (38 loc) · 858 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
36
37
38
39
40
41
42
43
44
# ─── App
NODE_ENV=development
APP_NAME=smartersprint
APP_PORT=3000
APP_URL=http://localhost:3000
FRONTEND_URL=http://localhost:4200
# ─── Database
DATABASE_URL=postgresql://smartersprint:smartersprint@postgres:5432/smartersprint?schema=public
POSTGRES_USER=smartersprint
POSTGRES_PASSWORD=smartersprint
POSTGRES_DB=smartersprint
# ─── Redis
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_PASSWORD=
# ─── JWT
JWT_ACCESS_SECRET=change-me-access
JWT_ACCESS_TTL=15m
JWT_REFRESH_SECRET=change-me-refresh
JWT_REFRESH_TTL=7d
# ─── AI Providers
AI_PROVIDER=gemini
GEMINI_API_KEY=
OPENAI_API_KEY=
# ─── Integrations
GITHUB_TOKEN=
GITLAB_TOKEN=
BITBUCKET_TOKEN=
JIRA_BASE_URL=
JIRA_TOKEN=
ZOHO_PROJECTS_TOKEN=
BAMBOOHR_API_KEY=
BAMBOOHR_SUBDOMAIN=
ZOHO_PEOPLE_TOKEN=
WORKDAY_TENANT=
WORKDAY_TOKEN=
# ─── Logging
LOG_LEVEL=info