mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Set default flag report email variable to array
This commit is contained in:
parent
467f725ef8
commit
6bced5d9ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue