Files
WB-status-api-server/config.yaml.sample
2025-08-06 22:56:41 +09:00

13 lines
369 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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は自由に決めてよい