@@ -1,5 +1,5 @@
|
||||
# Path of sqlite3 file to use.
|
||||
DB_PATH = ""
|
||||
# Path for persistent app data.
|
||||
DATA_DIR = "/data"
|
||||
# Matrix homeserver URL.
|
||||
MATRIX_SERVER = ""
|
||||
# Matrix room to monitor.
|
||||
@@ -9,6 +9,6 @@ MATRIX_USER = ""
|
||||
# Password for bot's Matrix user.
|
||||
MATRIX_PASSWORD = ""
|
||||
# Title of the playlists created, date of the week's Monday will be appended.
|
||||
PLAYLIST_TITLE = ""
|
||||
YOUTUBE_PLAYLIST_TITLE = ""
|
||||
# YouTube API client secret json path.
|
||||
YOUTUBE_CLIENT_SECRETS_FILE = os.getenv("YOUTUBE_CLIENT_SECRETS_FILE")
|
||||
YOUTUBE_CLIENT_SECRETS_FILE = ""
|
||||
|
||||
Reference in New Issue
Block a user