瀏覽代碼

delete conf.con

a624669980@163.com 3 年之前
父節點
當前提交
d4b4b75012
共有 2 個文件被更改,包括 1 次插入41 次删除
  1. 1 1
      .gitignore
  2. 0 40
      conf/conf.conf

+ 1 - 1
.gitignore

@@ -31,7 +31,7 @@ gen
 /docs/
 /docs/
 /web/
 /web/
 /conf/conf.ini
 /conf/conf.ini
-/conf/conf.conf
+
 /conf/conf.json
 /conf/conf.json
 __debug_bin
 __debug_bin
 main
 main

+ 0 - 40
conf/conf.conf

@@ -1,40 +0,0 @@
-[app]
-PAGE_SIZE       = 10
-RuntimeRootPath = runtime/
-LogPath         = ./CasaOS/logs/server/
-LogSaveName     = log
-LogFileExt      = log
-DateStrFormat   = 20060102
-DateTimeFormat  = 2006-01-02 15:04:05
-TimeFormat      = 15:04:05
-DateFormat      = 2006-01-02
-DBPath          = ./CasaOS/server/db
-ShellPath       = ./CasaOS/server/shell
-UserDataPath    = ./CasaOS/conf
-TempPath        = ./CasaOS/temp
-
-[server]
-HttpPort     = 8089
-UDPPort      = 54216
-RunMode      = release
-;ServerApi    = https://api.casaos.io/casaos-api
-ServerApi = http://127.0.0.1:8091
-Handshake    = socket.casaos.io
-Token        = af268e4f-9f3a-408a-b59b-cf1a4f7f88c8
-USBAutoMount = 
-SocketPort   = 58313
-
-[system]
-ConfigStr  = {"auto_update":false,"background":"","background_type":"","search_engine":"https://duckduckgo.com/?q=","search_switch":false,"shortcuts_switch":false,"widgets_switch":false,"lang":"en_us"}
-WidgetList = [{"name":"clock","show":true},{"name":"cpu","show":true},{"name":"disks","show":true},{"name":"network","show":true}]
-
-[file]
-ShareDir    = 
-DownloadDir = ./CasaOS/DATA/Downloads
-
-[user]
-Description = nothing
-UserName    = casaos
-Initialized = true
-PWD         = 123456
-