ソースを参照

Ignore profile

a624669980 3 年 前
コミット
55c6c21aa3
2 ファイル変更13 行追加6 行削除
  1. 1 0
      .gitignore
  2. 12 6
      conf/conf.ini

+ 1 - 0
.gitignore

@@ -28,3 +28,4 @@ gen
 /out/
 /db/
 /docs/
+/conf/

+ 12 - 6
conf/conf.ini

@@ -1,7 +1,8 @@
 [app]
 PAGE_SIZE = 10
 RuntimeRootPath = runtime/
-LogSavePath = /casaOS/logs/server/
+;LogSavePath = /casaOS/logs/server/
+LogSavePath = /oasis/logs/server/
 LogSaveName = log
 LogFileExt = log
 ; 必须的格式
@@ -9,13 +10,17 @@ DateStrFormat = 20060102
 DateTimeFormat = 2006-01-02 15:04:05
 TimeFormat = 15:04:05
 DateFormat = 2006-01-02
-ProjectPath = /casaOS/server
+;ProjectPath = /casaOS/server
+ProjectPath = /oasis/server
 
 
 [server]
 HttpPort = 8089
-RunMode = release
-ServerApi = https://api.casaos.zimaboard.com
+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
 
 [user]
 UserName = admin
@@ -42,5 +47,6 @@ SearchSwitch = true
 WidgetsSwitch = false
 ShortcutsSwitch = true
 SearchEngine = baidu
-Background = http://google.com
-BackgroundType = d
+Background = http://baidu.com1
+BackgroundType = d
+