git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 78b6cc3c1c95e5fd2182e15be311e0871d3b85fa

Files: 78b6cc3c1c95e5fd2182e15be311e0871d3b85fa / config / test.js

258 bytesRaw
1const join = require('path').join
2const env = process.env
3const nodeEnv = env.NODE_ENV
4
5module.exports = {
6 render: {
7 url: {
8 port: 6000
9 }
10 },
11 static: {
12 url: {
13 port: 6001
14 }
15 },
16 api: {
17 url: {
18 port: 6002
19 }
20 }
21}
22

Built with git-ssb-web