From d4b4b75012def78fcd9e41be3c8dab455118b16f Mon Sep 17 00:00:00 2001 From: "a624669980@163.com" Date: Fri, 1 Jul 2022 15:53:04 +0800 Subject: [PATCH] delete conf.con --- .gitignore | 2 +- conf/conf.conf | 40 ---------------------------------------- 2 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 conf/conf.conf diff --git a/.gitignore b/.gitignore index 0b33be0..051617f 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,7 @@ gen /docs/ /web/ /conf/conf.ini -/conf/conf.conf + /conf/conf.json __debug_bin main diff --git a/conf/conf.conf b/conf/conf.conf deleted file mode 100644 index fe5fa0c..0000000 --- a/conf/conf.conf +++ /dev/null @@ -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 -