mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
replace Lemoness's email address with admin in sample config file
This is for consistency with the production server and to ensure that contributors' screenshots in PRs match what will be seen in production.
This commit is contained in:
parent
455f7ac59b
commit
ac98aa9271
1 changed files with 2 additions and 2 deletions
|
|
@ -98,9 +98,9 @@
|
|||
},
|
||||
"ITUNES_SHARED_SECRET": "aaaabbbbccccddddeeeeffff00001111",
|
||||
"EMAILS" : {
|
||||
"COMMUNITY_MANAGER_EMAIL" : "leslie@habitica.com",
|
||||
"COMMUNITY_MANAGER_EMAIL" : "admin@habitica.com",
|
||||
"TECH_ASSISTANCE_EMAIL" : "admin@habitica.com",
|
||||
"PRESS_ENQUIRY_EMAIL" : "leslie@habitica.com"
|
||||
"PRESS_ENQUIRY_EMAIL" : "admin@habitica.com"
|
||||
},
|
||||
"LOGGLY" : {
|
||||
"TOKEN" : "example-token",
|
||||
|
|
|
|||
Loading…
Reference in a new issue