Modify gitgnore
This commit is contained in:
parent
a116db8dbd
commit
cc8b3e8f06
2 changed files with 49 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -28,3 +28,4 @@ gen
|
||||||
/out/
|
/out/
|
||||||
/db/
|
/db/
|
||||||
/docs/
|
/docs/
|
||||||
|
/conf/conf.ini
|
||||||
|
|
48
conf/conf.ini.sample
Normal file
48
conf/conf.ini.sample
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
[app]
|
||||||
|
PAGE_SIZE = 10
|
||||||
|
RuntimeRootPath = runtime/
|
||||||
|
LogSavePath = /casaOS/logs/server/
|
||||||
|
LogSaveName = log
|
||||||
|
LogFileExt = log
|
||||||
|
DateStrFormat = 20060102
|
||||||
|
DateTimeFormat = 2006-01-02 15:04:05
|
||||||
|
TimeFormat = 15:04:05
|
||||||
|
DateFormat = 2006-01-02
|
||||||
|
ProjectPath = /casaOS/server
|
||||||
|
|
||||||
|
|
||||||
|
[server]
|
||||||
|
HttpPort = 8089
|
||||||
|
RunMode = release
|
||||||
|
ServerApi = https://api.casaos.zimaboard.com
|
||||||
|
|
||||||
|
[user]
|
||||||
|
UserName = admin
|
||||||
|
PWD = zimaboard
|
||||||
|
Email = user@gmail.com
|
||||||
|
Description = description
|
||||||
|
Token = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImVyZXJlIiwicGFzc3dvcmQiOiJhZHNmZGYiLCJleHAiOjE2MjQwMDU0ODEsImlzcyI6Imdpbi1ibG9nIn0.JNsCccZuFCwlSMLJg62iOIB2xymk_k7xGa11xhZ07bc
|
||||||
|
|
||||||
|
[zerotier]
|
||||||
|
UserName = user
|
||||||
|
PWD = pwd
|
||||||
|
Token = yBKYyavr2RdFAIVN7iTpzlsB1o6CqTgm
|
||||||
|
|
||||||
|
[redis]
|
||||||
|
Host = 127.0.0.1:6379
|
||||||
|
Password =
|
||||||
|
MaxIdle = 30
|
||||||
|
MaxActive = 30
|
||||||
|
IdleTimeout = 200
|
||||||
|
|
||||||
|
[system]
|
||||||
|
AutoUpdate = true
|
||||||
|
SearchSwitch = true
|
||||||
|
WidgetsSwitch = false
|
||||||
|
ShortcutsSwitch = true
|
||||||
|
SearchEngine = google
|
||||||
|
Background = http://google.com
|
||||||
|
BackgroundType = 1
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue