13 lines
369 B
Plaintext
13 lines
369 B
Plaintext
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)は自由に決めてよい |