Skip to content

Instantly share code, notes, and snippets.

@bilke
Created March 7, 2017 12:00
Show Gist options
  • Save bilke/a6a83a10d7541e4d3e6724301083b869 to your computer and use it in GitHub Desktop.
Save bilke/a6a83a10d7541e4d3e6724301083b869 to your computer and use it in GitHub Desktop.
{
name: "viscenter",
host: "localhost",
port: 9090,
index_port: 9292,
background: {
color: "#ff3333"
},
ui: {
clock: 24,
show_version: true,
show_url: true
},
resolution: {
width: 1400,
height: 1050
},
dimensions: {
tile_overlap: {
horizontal: 300,
vertical: 200
}
},
layout: {
rows: 2,
columns: 3
},
displays: [
{
row: 0,
column: 0,
width: 3,
height: 2
},
{
row: 0,
column: 1
},
{
row: 0,
column: 2
},
{
row: 1,
column: 0
},
{
row: 1,
column: 1
},
{
row: 1,
column: 2
}
],
alternate_hosts: [
"127.0.0.1",
"localhost"
],
remote_sites: [],
dependencies: {
ImageMagick: "bin/",
FFMpeg: "bin/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment