Skip to content

Commit

Permalink
fix(docker): update core and mailer hosts (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1peshcoff authored Jun 20, 2020
1 parent fff0b6f commit f789a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ const config = {
database: process.env.DB_DATABASE || 'discounts'
},
core: {
url: 'http://oms-core-js',
url: 'http://core',
port: 8084
},
mailer: {
url: 'http://oms-mailer',
url: 'http://mailer',
port: 4000
},
logger: {
Expand Down

0 comments on commit f789a4d

Please sign in to comment.