Added readme
This commit is contained in:
parent
9d2bfc599d
commit
14ed83d227
1 changed files with 25 additions and 0 deletions
25
README.md
Normal file
25
README.md
Normal 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
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue