Organizations can have 2 or more instances of Maven. Usually a QA and a Production instance.
To make it obvious which instance the user is in, Maven has the ability to change the Header color and display the instance used.




To do this, the instance's json file needs to be edited. 

The json file can be found at C:\AgWare\Maven\web\appsettings.InstanceName.json

Add

  "Application":{

       "Name": "InstanceName",

       "Color": "ColorDesired"

},

Color can be called by it's hex value or color name (e.g. "#00ff00" or "green")


Example: