remove youtube api portions

Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
This commit is contained in:
2025-09-14 19:29:25 -04:00
parent cdbeec0af3
commit 5fd6bb4ab7
7 changed files with 3 additions and 121 deletions

View File

@@ -62,7 +62,6 @@ try:
# This stores a list for the default config
envConfiguration = [
[["passwordOptions", "cost"], int(os.getenv("PASSWORD_ROUNDS", '10'))],
[["api"], os.getenv("WEBSITE_API")],
[["mail", "server"], os.getenv("MAIL_SMTP_SERVER", "smtp.sendgrid.net")],
[["mail", "username"], os.getenv("MAIL_USERNAME", "apikey")],
[["mail", "password"], os.getenv("MAIL_PASSWORD", "none")],