-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeploy.yaml.example
More file actions
55 lines (55 loc) · 1.43 KB
/
deploy.yaml.example
File metadata and controls
55 lines (55 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
common:
nats_url: nats://192.168.1.100:4222
build_host: red-build.local
game_server:
hostname: red-pub.local
cores_path: red/cores
remote_path: red/remote
platforms:
common:
extra_args: >-
--background
--output-dims 320x256
--mouse-device /dev/input/by-id/usb-mouse
--keyboard-device /dev/input/by-id/usb-keyboard
snes9x:
extra_args: >-
--keyvalue "snes9x_hires_blend=merge"
--input-config 03001a0da30c00002400000011010000:x,a,b,y,_,_,l,r,select,start
sensor:
device: /dev/ttyACM0
subscribers:
- hostname: red-pub.local
path: red/sub
args: >-
--led-rows=64 \
--led-cols=64 \
--led-chain=5 \
--led-parallel=2 \
--led-slowdown-gpio=4 \
--led-gpio-mapping=regular \
--led-pwm-bits=6 \
--src-rect 0,0-320,128 \
--dest-rect 0,0-320,128 \
--content-rect 0,0-320,256
- hostname: red-sub.local
path: red/sub
args: >-
--led-rows=64 \
--led-cols=64 \
--led-chain=5 \
--led-parallel=2 \
--led-slowdown-gpio=4 \
--led-gpio-mapping=regular \
--led-pwm-bits=6 \
--src-rect 0,128-320,256 \
--dest-rect 0,0-320,128 \
--content-rect 0,0-320,256
control_server:
hostname: red-sub.local
path: red/launcher
flask_config:
SECRET_KEY: <CHANGE THIS VALUE!>
PERMANENT_SESSION_LIFETIME: 2678400
MAX_CONTENT_LENGTH: 128000000
DATABASE_NAME: games.db