Added readme
This commit is contained in:
parent
9d2bfc599d
commit
14ed83d227
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…
Reference in New Issue
Block a user