forked from Spenhouet/confluence-markdown-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.template
More file actions
12 lines (11 loc) · 696 Bytes
/
.env.template
File metadata and controls
12 lines (11 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
# DO NOT APPLY CHANGES TO THIS TEMPLATE
# 1. Create a copy of this template and store it as '.env'
# 2. Choose one of the following authentication methods:
# a) Set ATLASSIAN_USERNAME to Atlassian account email address (e.g. [email protected])
# and ATLASSIAN_API_TOKEN to Atlassian token that can be created on https://id.atlassian.com/manage-profile/security/api-tokens
# b) OR set ATLASSIAN_PAT (Personal Access Token)
# 3. Set ATLASSIAN_URL to your Atlassian instance URL (e.g. https://company.atlassian.net)
ATLASSIAN_USERNAME="work mail address"
ATLASSIAN_API_TOKEN="API token Test"
# ATLASSIAN_PAT="your-personal-access-token"
ATLASSIAN_URL="https://company.atlassian.net"