diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-17 07:11:17 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-17 07:11:17 +0200 |
| commit | 387362258278258ec5400853ee1122cab497354a (patch) | |
| tree | 2385627275579afd4825b9d63746d9120157f4b9 /fapi.conf.sample | |
| parent | 0ac44c8155f0a5f274056c58c745dd047d2b4cbd (diff) | |
feature in issue 7
Diffstat (limited to 'fapi.conf.sample')
| -rw-r--r-- | fapi.conf.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fapi.conf.sample b/fapi.conf.sample index 4cda594..a4918cf 100644 --- a/fapi.conf.sample +++ b/fapi.conf.sample @@ -2,6 +2,8 @@ [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 |
