add migration from versions 0.3.3, 0.3.4, 0.3.5 (#3)

This commit is contained in:
Tiger Wang (王豫)
2022-08-12 00:07:50 -04:00
committed by GitHub
parent 52d38428b6
commit 0b66fd838f
20 changed files with 358 additions and 24 deletions
+1 -11
View File
@@ -1,15 +1,5 @@
/*
* @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/casaos.conf"
UserServiceConfigFilePath = "/etc/casaos/user-service.conf"
)