move files

This commit is contained in:
Zutatensuppe 2020-12-04 23:11:30 +01:00
parent 241e628b07
commit c6899a615b
5 changed files with 3 additions and 3 deletions

14
config.example.js Normal file
View 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,
},
}