-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-example.ini
More file actions
22 lines (20 loc) · 900 Bytes
/
config-example.ini
File metadata and controls
22 lines (20 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[APP]
FILES_DIR = .\
[CONFLUENCE]
# This is the URL of the Confluence API
BASE_URL = https://YOUR-ATLASSIAN-ORGANIZATION.atlassian.net/wiki/rest/api/
# This is the URL to convert content from the Confluence API
CONVERT_URL = https://YOUR-ATLASSIAN-ORGANIZATION.atlassian.net/wiki/rest/api/contentbody/convert
# This is the URL to view a page (only to show in the script output)
VIEW_URL = https://YOUR-ATLASSIAN-ORGANIZATION.atlassian.net/wiki/pages/viewpage.action?pageId=
# Key of the Confluence Space
SPACE_CONF = XXX
# Conection user
USER_CONF = me@org.com
API_TOKEN = verylargeAPIt@okenGetTHISFromYourConfluenceUser
# Father page id to add other pages
PAG_PADRE_CONF = 1180002
# Template page id to use when adding pages
PAG_TEMPLATE = 12386305
# User agent for the API call
USER_AGENT = Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36