Removed xensit
This commit is contained in:
parent
2d73cc8845
commit
2c23fceb40
9 changed files with 34 additions and 38 deletions
|
|
@ -41,13 +41,13 @@ module.exports = {
|
|||
server: {
|
||||
httpPort: process.env.HTTP_PORT || 8008,
|
||||
httpTrustProxy: true,
|
||||
sessionSecret: 'xensitXDS',
|
||||
sessionSecret: 'debugSecret',
|
||||
sessionTTL: 14 * 24 * 60 * 60, // = 14 days. Default
|
||||
},
|
||||
application: {
|
||||
name: 'Xensit Debug Server',
|
||||
name: 'Xnode Debug Server',
|
||||
index: {
|
||||
pageTitle: 'Xensit Debug Server',
|
||||
pageTitle: 'Xnode Debug Server',
|
||||
pageKeywords: 'xnode,sensor,data,weather,wireless',
|
||||
},
|
||||
},
|
||||
|
|
@ -63,7 +63,7 @@ module.exports = {
|
|||
},
|
||||
rss: {
|
||||
link: 'http://localhost:8008',
|
||||
author: 'Xensit',
|
||||
author: 'Xnode',
|
||||
options: {
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
position: absolute;
|
||||
top: 47px;
|
||||
right: 0px;
|
||||
background: url("../img/xensit-sm.png") 50% 0px no-repeat transparent !important;
|
||||
background: url("../img/logo.png") 50% 0px no-repeat transparent !important;
|
||||
height: 77px;
|
||||
width: 212px;
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 7.3 KiB |
|
|
@ -1,5 +1,5 @@
|
|||
<div>
|
||||
<h2>About</h2>
|
||||
<p>Testing debug server for xensit xnodes.</p>
|
||||
<p>Testing debug server for xnodes.</p>
|
||||
<p>Internal use only.</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue