mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-06-15 21:45:31 +00:00
* Add registration route * add route registration * remove ui * 0.3.6 build scaffold (#473) * wip * wip * wip * Merge Branches * Update helper.sh * add goreleaser * fix migration not working for LEGACY_WITHOUT_VERSION (#479) * wip * wip * add error handling to migration script * add migration tool * Adjusting shell script location * update disk user authentication method * delayed port modification * Update system.go Co-authored-by: Tiger Wang (王豫) <tigerwang@outlook.com>
26 lines
528 B
Plaintext
26 lines
528 B
Plaintext
[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]
|
|
RunMode = release
|
|
ServerApi = https://api.casaos.io/casaos-api
|
|
Handshake = socket.casaos.io
|
|
Token =
|
|
USBAutoMount =
|
|
|
|
[system]
|
|
|
|
[common]
|
|
RuntimePath=/var/run/casaos |