Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Conf *ini.File
View Source
var ConfPath string
View Source
var GitSettings = &Git{}
View Source
var (
LastModified string
)
View Source
var NginxLogSettings = &NginxLog{
AccessLogPath: "",
ErrorLogPath: "",
}
View Source
var OpenAISettings = &OpenAI{}
View Source
var ServerSettings = &Server{ HttpPort: "9000", RunMode: "debug", HTTPChallengePort: "9180", Database: "database", StartCmd: "login", Demo: false, PageSize: 10, CADir: "", GithubProxy: "", }
Functions ¶
func ReflectFrom ¶
func ReflectFrom()
Types ¶
type Server ¶
type Server struct { HttpPort string `json:"http_port"` RunMode string `json:"run_mode"` JwtSecret string `json:"jwt_secret"` HTTPChallengePort string `json:"http_challenge_port"` Email string `json:"email"` Database string `json:"database"` StartCmd string `json:"start_cmd"` CADir string `json:"ca_dir"` Demo bool `json:"demo"` PageSize int `json:"page_size"` GithubProxy string `json:"github_proxy"` NginxConfigDir string `json:"nginx_config_dir"` NginxPIDPath string `json:"nginx_pid_path"` }
Click to show internal directories.
Click to hide internal directories.