the two files that should have been in the last commit

This commit is contained in:
damaren 2014-11-14 18:18:47 -02:00
parent 690f1a291b
commit 7a004601b8
2 changed files with 6 additions and 1 deletions

View File

@ -6,5 +6,10 @@
<div id="main" class="row-fluid">
<h2>You have been logged out.</h2>
</div>
<div id="link-button">
<form action={{getIPFromConfig}}>
<input type="submit" value="Go to Login page">
</form>
</div>
</body>
</template>

View File

@ -21,7 +21,7 @@ config.app = {}
# coffee> crypto.randomBytes(32).toString('base64')
config.app.sessionSecret = "J7XSu96KC/B/UPyeGub3J6w6QFXWoUNABVgi9Q1LskE="
#configure your loggin server ip here
#config.app.redirectToLoginOnLogout = "http://10.0.3.1:4000"
config.app.redirectToLoginOnLogout = "http://10.0.3.1:4000"
# Configs for redis
config.redis = {}