From 6622a2ea17f5404a19a96117be10c0136da9fc19 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 13 Oct 2017 16:19:39 -0700 Subject: [PATCH] Update example config --- vmfloaty.yml.example | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/vmfloaty.yml.example b/vmfloaty.yml.example index 1864257..fa6507f 100644 --- a/vmfloaty.yml.example +++ b/vmfloaty.yml.example @@ -1,3 +1,8 @@ -url: 'http://vmpooler.example.com/api/v1' user: 'brian' -token: 'token here' +services: + main: + url: 'https://vmpooler.mycompany.net/api/v1' + token: 'tokenstring' + alternate: + url: 'https://vmpooler.alternate.net/api/v1' + token: 'alternate-tokenstring'