-
Notifications
You must be signed in to change notification settings - Fork 0
/
StreamTaffy.conf.example
68 lines (39 loc) · 1.52 KB
/
StreamTaffy.conf.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Configuration for StreamTaffy
# Defaults are shown.
# Other options may be uncommented and changed.
#########################
## Essential Config! ##
#########################
# StreamTaffy runs as a Twitch Application, and requires registering your
# instance on Twitch to function.
client_id = Invalid!
client_secret = Invalid!
# For now, the secret that was sent to Twitch when creating the EventSub
# subscription needs to be specified here.
secret = Whatever you already told Twitch
#############
## Files ##
#############
# This is the HTML file that should be served to display the overlay.
#overlay_visible = live/overlay.html
# This is the file that the overlay will default to when not handling an event.
#overlay_default = templates/blank.html
# The CGI script will need a directory where it has permission to create and
# edit files.
#cgi_live_dir = live/
# These are the shell patterns to match for files to use as templates for
# various triggered events.
# New followers
#overlay_follow = templates/follow-*.html
# First-time subscribers
#overlay_newsub = templates/newsub-*.html
# Resubscribers, when they post a resub message
#overlay_resub = templates/resub-*.html
# If debugging is enabled below, extra information will be written to this file.
#debug_log = live/debug.log
#####################
## Other Options ##
#####################
# Set this to a number higher than 0 to enable debugging output to be
# written to a debug log. Higher numbers result in more detailed logs.
#debug_level = 0