Documentation ¶
Overview ¶
* @Author: LinkLeong link@icewhale.com * @Date: 2021-09-30 18:18:14 * @LastEditors: LinkLeong * @LastEditTime: 2022-08-31 17:04:02 * @FilePath: /CasaOS/pkg/config/config.go * @Description: * @Website: https://www.casaos.io * Copyright (c) 2022 by icewhale, All Rights Reserved.
* @Author: LinkLeong link@icewhale.com * @Date: 2022-05-13 18:15:46 * @LastEditors: LinkLeong * @LastEditTime: 2022-09-05 11:58:02 * @FilePath: /CasaOS/pkg/config/init.go * @Description: * @Website: https://www.casaos.io * Copyright (c) 2022 by icewhale, All Rights Reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SysInfo = &model.SysInfoModel{} AppInfo = &model.APPModel{ DBPath: constants.DefaultDataPath, LogPath: constants.DefaultLogPath, LogSaveName: common.SERVICENAME, LogFileExt: "log", ShellPath: "/usr/share/casaos/shell", UserDataPath: filepath.Join(constants.DefaultDataPath, "conf"), } CommonInfo = &model.CommonModel{ RuntimePath: constants.DefaultRuntimePath, } ServerInfo = &model.ServerModel{} SystemConfigInfo = &model.SystemConfig{} FileSettingInfo = &model.FileSetting{} Cfg *ini.File ConfigFilePath string )
View Source
var CasaOSConfigFilePath = filepath.Join(constants.DefaultConfigPath, "casaos.conf")
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.