go-pingbot/config.schema.toml

21 lines
502 B
TOML
Raw Normal View History

2021-07-29 18:51:15 +00:00
[http]
enabled=true # Enable Website
port=8080 # Port to listen
2021-07-29 18:51:15 +00:00
[backend]
enabled=true # Enable Backend
ping=3 # Ping every three minutes
cache=5 # Get urls from db every five url pings
2021-07-29 18:51:15 +00:00
[autoupdate]
enabled=true # Enable Auto Updater
check=2 # Check every two minutes
2021-07-29 18:51:15 +00:00
[cluster]
id=1 # Cluster ID
node=1 # Node ID
[mongodb]
database="PingBot" # MongoDB Database Name
collection="URL" # MongoDB Collection Name