move files
This commit is contained in:
parent
241e628b07
commit
c6899a615b
5 changed files with 3 additions and 3 deletions
14
config.example.js
Normal file
14
config.example.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
export default {
|
||||
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