6af394aa2f
components WIP restructure code into separate packages + add tests for request handling more documentation for methods remove useless comment
10 lines
196 B
Go
10 lines
196 B
Go
package config
|
|
|
|
type Config struct {
|
|
Verbose bool
|
|
Domain string
|
|
SOAFqdn string
|
|
HostExpirationDays int
|
|
Listen string
|
|
RedisHost string
|
|
}
|