Modify default config
This commit is contained in:
parent
0873f7dd46
commit
953c393e71
1 changed files with 6 additions and 12 deletions
|
@ -1,8 +1,7 @@
|
||||||
[app]
|
[app]
|
||||||
PAGE_SIZE = 10
|
PAGE_SIZE = 10
|
||||||
RuntimeRootPath = runtime/
|
RuntimeRootPath = runtime/
|
||||||
;LogSavePath = /casaOS/logs/server/
|
LogSavePath = /casaOS/logs/server/
|
||||||
LogSavePath = /oasis/logs/server/
|
|
||||||
LogSaveName = log
|
LogSaveName = log
|
||||||
LogFileExt = log
|
LogFileExt = log
|
||||||
; 必须的格式
|
; 必须的格式
|
||||||
|
@ -10,17 +9,13 @@ DateStrFormat = 20060102
|
||||||
DateTimeFormat = 2006-01-02 15:04:05
|
DateTimeFormat = 2006-01-02 15:04:05
|
||||||
TimeFormat = 15:04:05
|
TimeFormat = 15:04:05
|
||||||
DateFormat = 2006-01-02
|
DateFormat = 2006-01-02
|
||||||
;ProjectPath = /casaOS/server
|
ProjectPath = /casaOS/server
|
||||||
ProjectPath = /oasis/server
|
|
||||||
|
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
HttpPort = 8089
|
HttpPort = 8089
|
||||||
RunMode = debug
|
RunMode = release
|
||||||
;ServerApi = http://113.52.135.30:8090
|
ServerApi = https://api.casaos.zimaboard.com
|
||||||
;ServerApi = https://casaos.zimaboard.com
|
|
||||||
;ServerApi = http://192.168.2.167:8090
|
|
||||||
ServerApi = http://192.168.2.142:8090
|
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
UserName = admin
|
UserName = admin
|
||||||
|
@ -47,6 +42,5 @@ SearchSwitch = true
|
||||||
WidgetsSwitch = false
|
WidgetsSwitch = false
|
||||||
ShortcutsSwitch = true
|
ShortcutsSwitch = true
|
||||||
SearchEngine = baidu
|
SearchEngine = baidu
|
||||||
Background = http://baidu.com1
|
Background = http://google.com
|
||||||
BackgroundType = d
|
BackgroundType = d
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue