mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +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_APPLICATION_ID":"NEW_RELIC_APPLICATION_ID",
|
||||||
"NEW_RELIC_API_KEY":"NEW_RELIC_API_KEY",
|
"NEW_RELIC_API_KEY":"NEW_RELIC_API_KEY",
|
||||||
"GA_ID": "GA_ID",
|
"GA_ID": "GA_ID",
|
||||||
"FLAG_REPORT_EMAIL": "email@mod.com",
|
"FLAG_REPORT_EMAIL": ["email@mod.com"],
|
||||||
"EMAIL_SERVER": {
|
"EMAIL_SERVER": {
|
||||||
"url": "http://example.com",
|
"url": "http://example.com",
|
||||||
"authUser": "user",
|
"authUser": "user",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue