-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (22 loc) · 948 Bytes
/
.env.example
File metadata and controls
29 lines (22 loc) · 948 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
# Notion Configuration
# Get your Notion API token from: https://www.notion.so/my-integrations
VITE_NOTION_API_TOKEN=your_notion_integration_token_here
# Notion Actions Database ID
# Copy the database ID from your Notion database URL
VITE_NOTION_ACTIONS_DB_ID=your_notion_database_id_here
# Use mock data for Notion (set to "true" for development without Notion API)
VITE_USE_NOTION_MOCK=false
# Authentication Configuration
# Set a strong password to protect access to the board
VITE_AUTH_PASSWORD=your_secure_password_here
# Jira Configuration
# Jira instance URL
VITE_JIRA_ORIGIN=https://jira.constellation.soprasteria.com
# Jira board configuration
# Get rapidViewId from your Jira board URL
VITE_JIRA_RAPID_VIEW_ID=28319
# Jira project key
VITE_JIRA_PROJECT_KEY=SGIN_BLM
# Jira Configuration
# Note: Jira cookie is stored in browser localStorage, not in .env
# You'll need to manually set your Jira session cookie in the application UI