6f98995e7d
* delete connect * update user * change branch * API feedback (#341) * wip * wip * wip * wip * wip * wip * wip * wip * change branch * update route * change branch * Update route.go * 0.3.4 Function development completed * Update system.go * update ui * Completed v0.3.4 and released alpha Co-authored-by: Tiger Wang (王豫) <tigerwang@outlook.com>
24 lines
No EOL
504 B
Text
24 lines
No EOL
504 B
Text
[app]
|
|
PAGE_SIZE = 10
|
|
RuntimeRootPath = runtime/
|
|
LogPath = /var/log/casaos/
|
|
LogSaveName = log
|
|
LogFileExt = log
|
|
DateStrFormat = 20060102
|
|
DateTimeFormat = 2006-01-02 15:04:05
|
|
TimeFormat = 15:04:05
|
|
DateFormat = 2006-01-02
|
|
DBPath = /var/lib/casaos
|
|
ShellPath = /usr/share/casaos/shell
|
|
UserDataPath = /var/lib/casaos/conf
|
|
TempPath = /var/lib/casaos/temp
|
|
|
|
[server]
|
|
HttpPort = 80
|
|
RunMode = release
|
|
ServerApi = https://api.casaos.io/casaos-api
|
|
Handshake = socket.casaos.io
|
|
Token =
|
|
USBAutoMount =
|
|
|
|
[system] |