forked from datreeio/jira-backup-py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
14 lines (14 loc) · 857 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
HOST_URL: "something.atlassian.net"
USER_EMAIL: "email address for the Atlassian account you're using to create the token ([email protected])"
API_TOKEN: "token ID generated at https://id.atlassian.com/manage/api-tokens"
INCLUDE_ATTACHMENTS: "include attachments? this will make the backup size bigger - true / false"
DOWNLOAD_LOCALLY: "download the backup file to backups folder? true / false"
UPLOAD_TO_S3:
AWS_ENDPOINT_URL: "amazon S3 endpoints https://docs.aws.amazon.com/general/latest/gr/s3.html"
AWS_REGION: "amazon S3 region"
S3_BUCKET: "S3 bucket name (empty value will skip this step)"
S3_DIR: "S3 directory for upload (example Atlassian/)"
AWS_ACCESS_KEY: "not mandatory if already set on the machine with AWS CLI"
AWS_SECRET_KEY: "not mandatory if already set on the machine with AWS CLI"
AWS_IS_SECURE: True