initial commit
This commit is contained in:
13
config.yaml.sample
Normal file
13
config.yaml.sample
Normal file
@@ -0,0 +1,13 @@
|
||||
general:
|
||||
cachetime: 300
|
||||
# cachetimeは秒単位
|
||||
dbtype: sqlite
|
||||
# 現時点ではsqlite以外非対応
|
||||
sqladdr: "./wb-status-api.db"
|
||||
|
||||
sites:
|
||||
example_local:
|
||||
displayname: "example site"
|
||||
url: "http://example.local"
|
||||
type: "general"
|
||||
# このように書く。キー(ここではexample_local)は自由に決めてよい
|
Reference in New Issue
Block a user