openchatbots config documentation for supported domains should be updated #49

Open
opened 2025-10-14 17:30:26 -06:00 by navan · 0 comments
Owner

Originally created by @ohoachuck on 10/18/2020

Documentation for openchatbots config file is not correct here : https://github.com/keiffster/program-y/wiki/Open-Chatbot

Current config example in Wiki (wrong):

 openchatbots:
      protocols: http, https
      domains: org, co.uk

Should be :

 openchatbots:
      protocols: ["http", "https"]
      domains: ["org", "co.uk"]
*Originally created by @ohoachuck on 10/18/2020* Documentation for openchatbots config file is not correct here : https://github.com/keiffster/program-y/wiki/Open-Chatbot Current config example in Wiki (wrong): ```yaml openchatbots: protocols: http, https domains: org, co.uk ``` Should be : ```yaml openchatbots: protocols: ["http", "https"] domains: ["org", "co.uk"] ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/program-y#49
No description provided.