| type configuration struct { | type configuration struct { | ||||
| Host string | Host string | ||||
| Port string | Port string | ||||
| TlsCert string | |||||
| TlsKey string | |||||
| Static []configStaticHtml | Static []configStaticHtml | ||||
| Debug bool | |||||
| Session struct { | Session struct { | ||||
| Guest bool | Guest bool | ||||
| Year int //how many years | Year int //how many years |