the two files that should have been in the last commit
This commit is contained in:
parent
690f1a291b
commit
7a004601b8
@ -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>
|
||||
|
@ -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 = {}
|
||||
|
Loading…
Reference in New Issue
Block a user