Forum Discussion
Fellsteruk
8 years agoBoss
Thanks for sharing...
I have a similar problem but with the front end i'm normally testing things in stage whilst responding in production a crude yet effective banner helps keep me true:
<#if config.getString("phase", "prod") == "stage">
<div id="staging-server-message">
<h1 style="text-align: center;"> << Welcome to the TalkTalk Staging Server >> </h1>
</div>
</#if>I'll be giving your suggestion a go also :)