gluon-config-mode-contact-info.rst 686 B

12345678910111213141516171819202122232425262728
  1. gluon-config-mode-contact-info
  2. ==============================
  3. This package allows the user to provide contact information within config mode to be
  4. distributed in the mesh. You can define whether the owner contact field is
  5. obligatory or not in your site.conf.
  6. site.conf
  7. ---------
  8. config_mode.owner.obligatory : this whole section is optional
  9. - ``true`` field is obligatory: gluon-node-info.@owner[0].contact may not be empty
  10. - ``false`` field is optional: gluon-node-info.@owner[0].contact may be empty
  11. - defaults to ``false``
  12. # example:
  13. config_mode = {
  14. geo_location = {
  15. show_altitude = true,
  16. },
  17. owner = {
  18. obligatory = true
  19. },
  20. },