diff options
Diffstat (limited to 'laas/laas.yaml.example')
-rw-r--r-- | laas/laas.yaml.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/laas/laas.yaml.example b/laas/laas.yaml.example index 954e0d7..ce8a9cb 100644 --- a/laas/laas.yaml.example +++ b/laas/laas.yaml.example @@ -16,3 +16,13 @@ vpn: objects: - top - inetOrgPerson + +bot: + address: "http://my-bot.com/endpoint" + endpoints: + notification: "/notification" + failure: "/failure" + +dashboard: + address: "https://labs.lfnetworking.org" + lab_name: "MY_LAB" |