Added readme

This commit is contained in:
Magnus Åhall 2024-05-01 22:34:34 +02:00
parent 9d2bfc599d
commit 14ed83d227

25
README.md Normal file
View File

@ -0,0 +1,25 @@
# 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
```