Update example.env
Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
This commit is contained in:
		@@ -1,3 +1,5 @@
 | 
				
			|||||||
 | 
					# Path of sqlite3 file to use.
 | 
				
			||||||
 | 
					DB_PATH = ""
 | 
				
			||||||
# Matrix homeserver URL.
 | 
					# Matrix homeserver URL.
 | 
				
			||||||
MATRIX_SERVER = ""
 | 
					MATRIX_SERVER = ""
 | 
				
			||||||
# Matrix room to monitor.
 | 
					# Matrix room to monitor.
 | 
				
			||||||
@@ -6,5 +8,7 @@ MATRIX_ROOM = ""
 | 
				
			|||||||
MATRIX_USER = ""
 | 
					MATRIX_USER = ""
 | 
				
			||||||
# Password for bot's Matrix user.
 | 
					# Password for bot's Matrix user.
 | 
				
			||||||
MATRIX_PASSWORD = ""
 | 
					MATRIX_PASSWORD = ""
 | 
				
			||||||
# Path of sqlite3 file to use.
 | 
					# Title of the playlists created, date of the week's Monday will be appended.
 | 
				
			||||||
DB_PATH = ""
 | 
					PLAYLIST_TITLE = ""
 | 
				
			||||||
 | 
					# YouTube API client secret json path.
 | 
				
			||||||
 | 
					YOUTUBE_CLIENT_SECRETS_FILE = os.getenv("YOUTUBE_CLIENT_SECRETS_FILE")
 | 
				
			||||||
		Reference in New Issue
	
	Block a user