• Recent
    • Tags
    • Popular
    • Register
    • Login

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    mango.properties file syntax

    Mango Automation general Discussion
    3
    5
    369
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      hayden_AUS
      last edited by

      Hi,
      This has to be a silly question, but every line in my V5 mango.properties file appears to be commented out:

      # The port at which Mango Automation will listen for browser connections
      #web.port=8080
      # The host interface to which Mango Automation will bind and listen for new connections
      #  0.0.0.0 is the special interface that will force a bind to all available interfaces
      #web.host=0.0.0.0
      

      Whereas the "Clean" mango.properties file in the Mango Docs doesn't even have hashtags for comments:

      The port at which Mango Automation will listen for browser connections
      web.port=8080
      The host interface to which Mango Automation will bind and listen for new connections
      0.0.0.0 is the special interface that will force a bind to all available interfaces
      web.host=0.0.0.0
      

      Can I assume that it is ignoring the hashtags?

      lgorenceL 1 Reply Last reply Reply Quote 0
      • joeamiragliaJ
        joeamiraglia
        last edited by

        Hello @hayden_AUS,

        These are all default values, so it is intentional that they are all commented out. This allows users to see the current settings and make changes if necessary by removing the hashtag and adjusting the settings accordingly for their system.

        Best regards,

        Joe Miraglia
        SAE Radix IoT

        H 1 Reply Last reply Reply Quote 0
        • lgorenceL
          lgorence @hayden_AUS
          last edited by

          @hayden_AUS said in mango.properties file syntax:

          Whereas the "Clean" mango.properties file in the Mango Docs doesn't even have hashtags for comments:

          The port at which Mango Automation will listen for browser connections
          web.port=8080
          The host interface to which Mango Automation will bind and listen for new connections
          0.0.0.0 is the special interface that will force a bind to all available interfaces
          web.host=0.0.0.0
          

          Can you point me to what page this is in the documentation? This is something I want to fix to prevent confusion to future users of the docs.

          Liv

          Liv
          Site Reliability Engineer @ Radix IoT

          H 1 Reply Last reply Reply Quote 0
          • H
            hayden_AUS @joeamiraglia
            last edited by

            @joeamiraglia Thanks Joe. I am used to V3, which pulled its default values from the env.properties file. V5 must have it's default values embedded somewhere else then.

            1 Reply Last reply Reply Quote 0
            • H
              hayden_AUS @lgorence
              last edited by

              @lgorence https://docs-v4.radixiot.com/clean-mango-properties-file

              1 Reply Last reply Reply Quote 0
              • First post
                Last post