forked from yanniks/ghome-fhem
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig-sample.json
More file actions
29 lines (28 loc) · 856 Bytes
/
config-sample.json
File metadata and controls
29 lines (28 loc) · 856 Bytes
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
{
"ghome": {
"port": 3000,
"name": "Google Home",
"ssl": true,
"keyFile": "/home/pi/.ghome/key.pem",
"certFile": "/home/pi/.ghome/cert.pem",
"nat-pmp": "",
"nat-upnp": false,
"oauthClientId": "<change_me___oauthClientId>",
"oauthClientSecret": "<change_me___oauthClientSecret>",
"oauthUsers": {
"<change_me___oauthUser>": {
"password": "<change_me___password>",
"authtoken": "<change_me___authtoken>"
}
}
},
"connections": [
{
"name": "FHEM",
"server": "127.0.0.1",
"port": "8083",
"webname": "fhem",
"filter": "room=GoogleHome"
}
]
}