Skip to content

Commit

Permalink
Removed Mail struct from configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
RobyFerro committed Aug 30, 2021
1 parent 8dc4801 commit c1d14d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
All notable changes to the "Go-Web Framework" will be documented in this file.

## [Unreleased]
### Removed
- Removed Mail struct from configuration

## [v0.6-3-beta] - 2021-08-27
### Fixed
Expand Down
7 changes: 0 additions & 7 deletions kernel/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ type Conf struct {
App struct {
Key string `yaml:"key"`
} `yaml:"app"`
Mail struct {
From string `yaml:"from"`
Host string `yaml:"host"`
Username string `yaml:"username"`
Password string `yaml:"password"`
Port int `yaml:"port"`
} `yaml:"mail"`
}

// RetrieveRoutingConf will parse router.yml file (present in Go-Web root dir) and return a Router structure.
Expand Down

0 comments on commit c1d14d5

Please sign in to comment.