Skip to content

Instantly share code, notes, and snippets.

@oostendo
Created June 28, 2012 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oostendo/3011708 to your computer and use it in GitHub Desktop.
Save oostendo/3011708 to your computer and use it in GitHub Desktop.
{
"cameras": [
{ "id": 0, "name": "Scanner", "scanner": 1 }
],
"web": { "address": "localhost:8080" },
"mongo": { "host" : "127.0.0.1" },
"database": "default",
"max_frames" : 10,
"pub_uri":"ipc:///tmp/seer-pub",
"sub_uri":"ipc:///tmp/seer-sub",
"ui_routes": {"":"framelist", "frames": "framelist", "frame/:id": "frame"},
"ui_navurls": {},
"ui_enablenotebook" : 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment