You are here

bbb.schema.yml in BigBlueButton 8

config/schema/bbb.schema.yml

File

config/schema/bbb.schema.yml
View source
  1. bbb:
  2. api:
  3. type: config_object
  4. label: API configs
  5. mapping:
  6. version:
  7. type: string
  8. label: Verion of the BBB API
  9. settings:
  10. type: config_object
  11. label: Module settings configs
  12. mapping:
  13. security_salt:
  14. type: string
  15. label: Salt string for API cals
  16. base_url:
  17. type: string
  18. label: Base url of BBB server