Skip to content

Commit

Permalink
Merge pull request #167 from hodlforjesus/fb-carver2d
Browse files Browse the repository at this point in the history
Clarification for config
  • Loading branch information
hodlforjesus authored Nov 20, 2019
2 parents aafe5a0 + 4fa4df6 commit 901a750
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ const { SocialType } = require('./features/social/data');
*/
const config = {
api: {
host: 'https://explorer.bulwarkcrypto.com', // 'http://localhost' for localhost
port: '3000', // Port 3000 on prod and localhost
portWorker: '443', // Port 443 on prod and 3000 on localhost
host: 'http://localhost', // ex: 'https://explorer.bulwarkcrypto.com' for nginx (SSL), 'http://IP_ADDRESS'
port: '3000', // ex: Port 3000 on prod and localhost
portWorker: '3000', // ex: Port 443 for production(ngingx) if you have SSL (we use certbot), 3000 on localhost or ip
prefix: '/api',
timeout: '5s'
},
Expand Down
6 changes: 3 additions & 3 deletions script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ EOL
*/
const config = {
api: {
host: 'https://explorer.bulwarkcrypto.com', // 'http://localhost' for localhost
port: '3000', // Port 3000 on prod and localhost
portWorker: '443', // Port 443 on prod and 3000 on localhost
host: 'http://localhost', // ex: 'https://explorer.bulwarkcrypto.com' for nginx (SSL), 'http://IP_ADDRESS'
port: '3000', // ex: Port 3000 on prod and localhost
portWorker: '3000', // ex: Port 443 for production(ngingx) if you have SSL (we use certbot), 3000 on localhost or ip
prefix: '/api',
timeout: '5s'
},
Expand Down

0 comments on commit 901a750

Please sign in to comment.