forked from m0ngr31/kanzi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
37 lines (31 loc) · 1.23 KB
/
.env.example
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
# The Kodi webserver only supports HTTP.
# Uncomment KODI_SCHEME to tell the skill to use https between AWS/Heroku and your local network
# (only use if you have already set this up with your own certificates)
#
# KODI_SCHEME=https
# If using a reverse proxy you might need to add an extra bit to the url before "jsonrpc"
# You can do this with KODI_SUBPATH (don't use slashes before or after)
#
# KODI_SUBPATH=
KODI_ADDRESS=
KODI_PORT=
KODI_USERNAME=
KODI_PASSWORD=
# Add this to enable verification of requests
# SKILL_APPID=
# Your local time zone for responses that include absolute times.
# See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
#
# For example, if you are in the Eastern US time zone, you would use:
# SKILL_TZ=US/Eastern
#
# Leave empty or undefined (commented out) if you don't need or want absolute
# time responses. An example is asking when the currently playing item will
# end. If you have SKILL_TZ defined, it will also tell you the wall-clock
# time when the item will conclude.
SKILL_TZ=
# If you are German speaker, put 'de' here. If not, leave blank.
# LANGUAGE=
# Uncomment the following if you'd like "Alexa, tell Kodi to shut down" to
# quit Kodi instead of shutting down the system.
# SHUTDOWN_MEANS_QUIT=1