-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy path.env.example
More file actions
27 lines (21 loc) · 1.17 KB
/
.env.example
File metadata and controls
27 lines (21 loc) · 1.17 KB
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
# ConfluencePS integration environment configuration
# Copy this file to .env and fill in your values.
# The .env file is gitignored and must never be committed.
# =============================================================================
# CLOUD TRACK (default)
# =============================================================================
CONFLUENCE_CLOUD_URL=https://your-instance.atlassian.net/wiki
ATLASSIAN_CLOUD_USER=your-email@example.com
ATLASSIAN_CLOUD_PAT=your-api-token
# =============================================================================
# OPTIONAL: DATA CENTER TRACK (Dockerized local Confluence)
# =============================================================================
# Set this to DataCenter to make TestIntegration validate/use CI_CONFLUENCE_*.
# CI_CONFLUENCE_TYPE=DataCenter
# CI_CONFLUENCE_URL=http://localhost:1990/confluence
# CI_CONFLUENCE_USER=admin
# CI_CONFLUENCE_PASSWORD=admin
# Required for localhost HTTP auth when credentials/PAT are used over http:
# CONFLUENCE_ALLOW_UNENCRYPTED_AUTH=true
# Optional full image override for docker-compose.yml (for local experiments):
# CONFLUENCE_IMAGE=moveworkforward/atlas-run-standalone:confluence-10