Files: b453ff79d23734f7cc0746fdd5ee62f4f56622e5 / config / test.js
258 bytesRaw
1 | const join = require('path').join |
2 | const env = process.env |
3 | const nodeEnv = env.NODE_ENV |
4 | |
5 | module.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