From ac98aa927163532550675f5688940d0b260760de Mon Sep 17 00:00:00 2001 From: Alys Date: Sun, 15 Apr 2018 13:34:42 +1000 Subject: [PATCH] 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. --- config.json.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json.example b/config.json.example index b2549efdbd..42fe38c480 100644 --- a/config.json.example +++ b/config.json.example @@ -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",