switch to typescript
This commit is contained in:
parent
031ca31c7e
commit
23559b1a3b
63 changed files with 7943 additions and 1397 deletions
14
config.example.json
Normal file
14
config.example.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"http": {
|
||||
"hostname": "127.0.0.1",
|
||||
"port": 1337
|
||||
},
|
||||
"ws": {
|
||||
"hostname": "127.0.0.1",
|
||||
"port": 1338,
|
||||
"connectstring": "ws://localhost:1338/ws"
|
||||
},
|
||||
"persistence": {
|
||||
"interval": 30000
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue