Init
This commit is contained in:
commit
184645ba63
73 changed files with 4983 additions and 0 deletions
19
config/server.json
Normal file
19
config/server.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"channels": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "test-channel",
|
||||
"display": {
|
||||
"width": 800,
|
||||
"height": 600,
|
||||
"orientation": "landscape_left"
|
||||
}
|
||||
}
|
||||
],
|
||||
"clients": [
|
||||
{
|
||||
"name": "test-kindle",
|
||||
"channel_id": 1
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue