type Config struct {
// Which address to listen on. Listen string `json:"listen"`
// Administrator password with access to all databases. Passwd string `json:"passwd"`
// Web server drops privileges from root to this user. User string `json:"user"`
}