git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: b453ff79d23734f7cc0746fdd5ee62f4f56622e5

Files: b453ff79d23734f7cc0746fdd5ee62f4f56622e5 / 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