mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-10-27 11:12:28 +01:00
Set default flag report email variable to array
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"NEW_RELIC_APPLICATION_ID":"NEW_RELIC_APPLICATION_ID",
|
||||
"NEW_RELIC_API_KEY":"NEW_RELIC_API_KEY",
|
||||
"GA_ID": "GA_ID",
|
||||
"FLAG_REPORT_EMAIL": "email@mod.com",
|
||||
"FLAG_REPORT_EMAIL": ["email@mod.com"],
|
||||
"EMAIL_SERVER": {
|
||||
"url": "http://example.com",
|
||||
"authUser": "user",
|
||||
|
||||
Reference in New Issue
Block a user