mirror of
https://github.com/journey-ad/Moe-Counter.git
synced 2025-02-17 11:18:32 +01:00
8 lines
175 B
YAML
8 lines
175 B
YAML
app:
|
|
# site: https://count.getloli.com # your website
|
|
port: 3000
|
|
|
|
db:
|
|
type: sqlite # sqlite or mongodb
|
|
interval: 60 # write to db interval in seconds (0 for realtime)
|