blob: ead735686b79a951d4236544ee9c67c4ad7b3f99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Save and modify it to ~/.fapi.conf
[fapi]
username: paul
# Or uncomment this option, password will be prompted then
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
|