Skip to content

Commit

Permalink
chore: update default email for invalid one
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Oct 13, 2023
1 parent cef50fd commit e8c80cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutoraspects/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
},
),
("SUPERSET_ADMIN_EMAIL", "admin@openedx.org"),
("SUPERSET_LMS_EMAIL", "lms@openedx.org"),
("SUPERSET_LMS_EMAIL", "superset/lms-admin@aspects.invalid"),
("SUPERSET_OWNERS", []),
# Set to 0 to have no row limit.
("SUPERSET_ROW_LIMIT", 100_000),
Expand Down

0 comments on commit e8c80cf

Please sign in to comment.