Remove unused variable and prepare for v0.2 (#22)

* Remove unused variable and prepare for v0.2

* Added new changes to changelog and feature list

* Modified changelog
This commit is contained in:
Joona Hoikkala
2018-01-22 12:47:26 +02:00
committed by GitHub
parent 665455d319
commit 5470ba7a41
3 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,6 @@ type dbsettings struct {
// API config
type httpapi struct {
Domain string `toml:"api_domain"`
LEmail string `toml:"le_email"`
IP string
Port string `toml:"port"`
TLS string