From 28610f6baf4a913adf813661b5c919636b6e96e3 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Thu, 16 Jan 2020 06:44:53 -0800 Subject: [PATCH] Add configs for future email integration --- amanuensis/resources/default_config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/amanuensis/resources/default_config.json b/amanuensis/resources/default_config.json index 7478c74..19e6452 100644 --- a/amanuensis/resources/default_config.json +++ b/amanuensis/resources/default_config.json @@ -4,6 +4,13 @@ "port": "5000", "lexicon_data": "./lexicon", "static_root": "./static", + "email": { + "server": null, + "port": null, + "tls": null, + "username": null, + "password": null + }, "logging": { "version": 1, "formatters": {