Skip to content

Commit

Permalink
fix(docker): update core and mailer hosts (#271)
Browse files Browse the repository at this point in the history
* fix(docker): update core and mailer hosts
* chore: fixed var
  • Loading branch information
serge1peshcoff authored Jun 20, 2020
1 parent 65d0ea5 commit 4f62aee
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,15 +11,15 @@ const config = {
database: process.env.DB_DATABASE || 'events'
},
core: {
url: 'http://oms-core-js',
url: 'http://core',
port: 8084,
user: {
login: process.env.CORE_LOGIN || '[email protected]',
password: process.env.CORE_PASSWORD || '5ecr3t5ecr3t'
}
},
mailer: {
url: 'http://oms-mailer',
url: 'http://mailer',
port: 4000
},
new_event_notifications: [
Expand Down

0 comments on commit 4f62aee

Please sign in to comment.