Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupDataPath ¶
func SetupDataPath() error
Types ¶
type Config ¶
type Config struct { Environment string `json:"environment"` Port int `json:"port"` DatabaseURL string `json:"database_url"` LogLevel string `json:"log_level"` SessionSecret string `json:"session_secret"` Admins []Admin `json:"admins"` DataPath string `json:"data_path"` }
var ParsedConfig *Config
func ParseConfig ¶
Click to show internal directories.
Click to hide internal directories.