blob: b1085dace3734d72a392cbeaf91f5af51376e6cc (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Save and modify it to ~/.fapi.conf
[fapi]
username: paul
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)
loadbalancers_live: be-01.example.com,qa-be-02.example.com,qa-be-03.lb.server.la
# You can specify your own/more envs too...
partition: Common
|