mirror of
https://github.com/journey-ad/Moe-Counter.git
synced 2024-11-27 17:00:51 +01:00
cc1881cc4f
feat: New website UI feat: Add few params feat: Improve performance
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)
|