blob: f95852874359291ef2d98eef85178fa583372532 (
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: U0VDUkVU
# 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 folder/partition to use...
folder: Common
|