summaryrefslogtreecommitdiff
path: root/fapi.conf.sample
blob: 9473b20ee40ba53cf6ac15f94184a4c7c09b72bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Save and modify it to ~/.fapi.conf
[fapi]
username: paul
# Or uncomment this option, password will be prompted then
# Howto generate the base64 string?
#   bash -c 'read -s PASSWORD; tr -d "\n" <<< "$PASSWORD" | base64'
password64: SECRET
# The qa loadbalancers (if specified -e qa)
loadbalancers_qa: qa-01.example.com,qa-02.example.com
# The qa loadbalancers (if specified -e live)
# You can specify your own/more envs too...
loadbalancers_live: live-01.example.com,live-02.example.com,live-03.example.com
# Administrative partition to use...
partition: Common