git ssb

1+

dinoworm ๐Ÿ› / vas



Tree: 7e467f6efa8f6320f4c92bbfbe6e905689e0b8eb

Files: 7e467f6efa8f6320f4c92bbfbe6e905689e0b8eb / example / config.js

403 bytesRaw
1module.exports = {
2 root: __dirname,
3 data: {
4 things: {
5 1: {
6 id: 1,
7 name: 'desk',
8 description: 'clean and tidy, wait just kidding.'
9 },
10 2: {
11 id: 2,
12 name: 'vas',
13 description: 'want continuous improvement, but need help.'
14 }
15 }
16 },
17 port: 5000,
18 url: {
19 protocol: 'http',
20 hostname: 'localhost',
21 port: 5000
22 }
23}
24

Built with git-ssb-web