|
@@ -4,6 +4,7 @@ ACCESS_ID = '' # The name of your access token
|
|
|
OWNCAST_URL = '' # Either your external Owncast URL, or your local Owncast URL with the proper port number. (Example: http://localhost:8080)
|
|
OWNCAST_URL = '' # Either your external Owncast URL, or your local Owncast URL with the proper port number. (Example: http://localhost:8080)
|
|
|
|
|
|
|
|
# OwnchatBot Configuration
|
|
# OwnchatBot Configuration
|
|
|
|
|
+OCB_URL = ''
|
|
|
POINTS_INTERVAL = 5 # How long, in minutes, between points awards
|
|
POINTS_INTERVAL = 5 # How long, in minutes, between points awards
|
|
|
POINTS_AWARD = 5 # How many points awarded each interval?
|
|
POINTS_AWARD = 5 # How many points awarded each interval?
|
|
|
SECRET_KEY = '' # Needed for internal flask stuff. Generated during setup. DO NOT CHANGE
|
|
SECRET_KEY = '' # Needed for internal flask stuff. Generated during setup. DO NOT CHANGE
|