Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
prp
sage2
Commits
e268e133
Commit
e268e133
authored
Feb 28, 2014
by
Thomas Marrinan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merged with remoteSharing
parent
d9ba5f6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
config/lyra-cfg.json
config/lyra-cfg.json
+1
-0
server.js
server.js
+1
-4
No files found.
config/lyra-cfg.json
View file @
e268e133
...
...
@@ -2,6 +2,7 @@
"host"
:
"lyra.evl.uic.edu"
,
"port"
:
9090
,
"clock"
:
12
,
"background"
:
"#333333"
,
"resolution"
:
{
"width"
:
1366
,
"height"
:
1536
...
...
server.js
View file @
e268e133
...
...
@@ -17,8 +17,7 @@ var sagepointer = require('node-sagepointer'); // custom node module
// CONFIG FILE
var
wallfile
=
null
;
var
wallfile
=
"
config/tmarrinan-cfg.json
"
;
//var wallfile = "config/desktop-cfg.json";
//var wallfile = "config/tmarrinan-cfg.json";
//var wallfile = "config/desktop-omicron-cfg.json";
//var wallfile = "config/icewall-cfg.json";
//var wallfile = "config/icewallKB-cfg.json";
...
...
@@ -26,8 +25,6 @@ var wallfile = "config/tmarrinan-cfg.json";
//var wallfile = "config/icewallTM-cfg.json";
//var wallfile = "config/icewallAN-cfg.json";
//var wallfile = "config/icewallRight-omicron-cfg.json";
//var wallfile = "config/iridium-cfg.json";
//var wallfile = "config/lyra-cfg.json";
// If variable not set, use the hostname to find a matching file
if
(
wallfile
==
null
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment