mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-06-16 05:55:33 +00:00
Ignore profile
This commit is contained in:
parent
40617185e9
commit
55c6c21aa3
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@ gen
|
|||||||
/out/
|
/out/
|
||||||
/db/
|
/db/
|
||||||
/docs/
|
/docs/
|
||||||
|
/conf/
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
[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
|
||||||
; 必须的格式
|
; 必须的格式
|
||||||
@ -9,13 +10,17 @@ 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 = release
|
RunMode = debug
|
||||||
ServerApi = https://api.casaos.zimaboard.com
|
;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]
|
[user]
|
||||||
UserName = admin
|
UserName = admin
|
||||||
@ -42,5 +47,6 @@ SearchSwitch = true
|
|||||||
WidgetsSwitch = false
|
WidgetsSwitch = false
|
||||||
ShortcutsSwitch = true
|
ShortcutsSwitch = true
|
||||||
SearchEngine = baidu
|
SearchEngine = baidu
|
||||||
Background = http://google.com
|
Background = http://baidu.com1
|
||||||
BackgroundType = d
|
BackgroundType = d
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user