mango.properties file syntax
-
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?
-
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 -
@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
-
@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.
-