Summary
The ENVIRONMENT_BANNER_ENABLED parameter allows you to enable a banner on the top of non-Production environments. When enabled a yellow banner will appear along the top in your lower environments and it will label the environment names.
Four regex configurations (in the XML config file) that contains the regex for different instances hostnames:
<param name="application.environment.sbx.regex">.\*-sbx(-res)?\.kuali\.co.\*</param>
<param name="application.environment.stg.regex">.\*-stg(-res)?\.kuali\.co.\*</param>
<param name="application.environment.tst.regex">.\*res-tst[0-9]*?\.kuali\.co.\*</param>
<param name="application.environment.demo.regex">.\*res-demo[0-9]*?\.kuali\.co.\*</param>
Valid Parameter Value(s)
The Enable_NIH_Validation_Service_Caching Parameter Value accepts a single value:
| Parameter Value | Description |
| Y |
A 'Y' selection will the environment banner along the top of non-Production environments. Default value. |
| N |
A 'N' selection will disable the environment banner along non-Production environments. |
Related Maintenance Table(s)
- N/A
Related Parameter(s)
- N/A
Comments
0 comments
Article is closed for comments.