git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 9642105bd047078b96b5d68874a78e1c620077e2

Files: 9642105bd047078b96b5d68874a78e1c620077e2 / 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