forked from tonesto7/echo-speaks-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
43 lines (43 loc) · 1.68 KB
/
app.json
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
{
"name": "Echo Speaks",
"description": "Amazon Login Proxy for Echo Speaks Integration on Hubitat and SmartThings",
"repository": "https://github.com/tonesto7/echo-speaks-server",
"success_url": "/config",
"logo": "https://raw.githubusercontent.com/tonesto7/echo-speaks/master/resources/icons/echo_speaks.1x.png",
"keywords": ["alexa", "hubitat", "smartthings", "echo", "tts"],
"env": {
"amazonDomain": {
"description": "Used by the service to define the correct domain for your region"
},
"hostUrl": {
"description": "Dynamic URL generated for this heroku instance"
},
"useHeroku": {
"description": "This is used to tell the service that is running under heroku and act accordingly.",
"value": true
},
"regionLocale": {
"description": "the region language to use.",
"value": "en-US"
},
"serviceDebug": {
"description": "This is used to tell the service to provide more detailed logs.",
"value": false
},
"serviceTrace": {
"description": "This is used to tell the service to provide extremely detailed logs.",
"value": false
},
"hubPlatform": {
"description": "Hub Platform (SmartThings or Hubitat) the app is running on.",
"value": "SmartThings"
},
"smartThingsUrl": {
"description": "The Echo Speaks SmartThings Callback Endpoint Url.",
"value": null
},
"appCallbackUrl": {
"description": "The Echo Speaks App (SmartThings or Hubitat) Callback Endpoint Url."
}
}
}