smon/README.md

26 lines
293 B
Markdown
Raw Permalink Normal View History

2024-05-01 22:34:34 +02:00
# Configuration
```yaml
network:
address: "[::]"
port: 9000
websocket:
domains:
- localhost
- smon.example.com
database:
host: localhost
port: 5432
name: smon
username: smon
password: you_wish
session:
daysvalid: 31
application:
logfile: /var/log/smon.log
```