Add configs for future email integration

This commit is contained in:
Tim Van Baak 2020-01-16 06:44:53 -08:00
parent 69eb28208e
commit 28610f6baf
1 changed files with 7 additions and 0 deletions

View File

@ -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": {