From 953c393e717a5c431dcae9fffbed019a634c8bff Mon Sep 17 00:00:00 2001 From: a624669980 Date: Thu, 30 Sep 2021 17:53:26 +0800 Subject: [PATCH] Modify default config --- conf/conf.ini | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/conf/conf.ini b/conf/conf.ini index 8898aa2..504d361 100644 --- a/conf/conf.ini +++ b/conf/conf.ini @@ -1,8 +1,7 @@ [app] PAGE_SIZE = 10 RuntimeRootPath = runtime/ -;LogSavePath = /casaOS/logs/server/ -LogSavePath = /oasis/logs/server/ +LogSavePath = /casaOS/logs/server/ LogSaveName = log LogFileExt = log ; 必须的格式 @@ -10,17 +9,13 @@ DateStrFormat = 20060102 DateTimeFormat = 2006-01-02 15:04:05 TimeFormat = 15:04:05 DateFormat = 2006-01-02 -;ProjectPath = /casaOS/server -ProjectPath = /oasis/server +ProjectPath = /casaOS/server [server] HttpPort = 8089 -RunMode = debug -;ServerApi = http://113.52.135.30:8090 -;ServerApi = https://casaos.zimaboard.com -;ServerApi = http://192.168.2.167:8090 -ServerApi = http://192.168.2.142:8090 +RunMode = release +ServerApi = https://api.casaos.zimaboard.com [user] UserName = admin @@ -47,6 +42,5 @@ SearchSwitch = true WidgetsSwitch = false ShortcutsSwitch = true SearchEngine = baidu -Background = http://baidu.com1 -BackgroundType = d - +Background = http://google.com +BackgroundType = d \ No newline at end of file