-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpmcli.cfg.template
42 lines (30 loc) · 997 Bytes
/
pmcli.cfg.template
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
30
31
32
33
34
35
36
37
38
39
40
41
42
[default]
# Marathon server DNS name or IP
host = [marathon Address]
# Marathon port. (default: 8080)
port = [Port]
# Marathon path. (default: '')
path = ''
# Use SSL. 1 -> True (default: 0)
ssl = [1:0]
# Verify SSL certificate. 1 -> True, 0 -> False (default: 1)
# Disable SSL certificate verification IS NOT RECOMMENDED
verifyssl = 1
# Path to SSL certificate. 1 in case of no certificate verification
sslcert = [certificate file]
# Marathon username (in case of authentication)
user = [Username]
# Maraton password (in case of authentication)
password = [Password]
# Output format (default: jsonpp)
# human (simplified columns)
# json (json on one line)
# jsonpp (json pretty printed, default)
# raw (unprocessed reply from Marathon)
format = [Output Format]
# HTTP proxy addres. Format http://<name>:<port>
proxy = [Proxy Address]
# HTTPS proxy addres. Format https://<name>:<port>
sproxy = [SSL Proxy Address]
# Timeout for API connections (default: 60)
timeout = [Timeout]