Browse Source

Modify gitgnore

a624669980 3 years ago
parent
commit
cc8b3e8f06
2 changed files with 49 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 48 0
      conf/conf.ini.sample

+ 1 - 0
.gitignore

@@ -28,3 +28,4 @@ gen
 /out/
 /db/
 /docs/
+/conf/conf.ini

+ 48 - 0
conf/conf.ini.sample

@@ -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
+
+
+