mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-08-08 08:31:58 +00:00
* switch branches * update user interface * switch branch * switch branch * change branch * submit 0.3.3
16 lines
355 B
Go
16 lines
355 B
Go
/*
|
|
* @Author: LinkLeong link@icewhale.com
|
|
* @Date: 2021-09-30 18:18:14
|
|
* @LastEditors: LinkLeong
|
|
* @LastEditTime: 2022-06-21 11:09:30
|
|
* @FilePath: /CasaOS/pkg/config/config.go
|
|
* @Description:
|
|
* @Website: https://www.casaos.io
|
|
* Copyright (c) 2022 by icewhale, All Rights Reserved.
|
|
*/
|
|
package config
|
|
|
|
const (
|
|
USERCONFIGURL = "/etc/casaos.conf"
|
|
)
|