-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from fatihes1/feature/refactoring
Refactoring Communication Services - via RPC added
- Loading branch information
Showing
35 changed files
with
946 additions
and
493 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,11 @@ APP_SECRET='jg_youtube_tutorial' | |
|
||
# Mongo DB | ||
MONGODB_URI='mongodb://localhost:27017/microservices_customer' | ||
#MESSAGE_BROKER_URL='amqp://localhost' | ||
MESSAGE_BROKER_URL='amqp://localhost' | ||
MESSAGE_BROKER_URL_PROD='amqps://aaticxba:[email protected]/aaticxba' | ||
#MSG_QUEUE_URL='amqp://localhost' | ||
MSG_QUEUE_URL='amqp://localhost' | ||
MSG_QUEUE_URL_PROD='amqps://aaticxba:[email protected]/aaticxba' | ||
|
||
EXCHANGE_NAME='ONLINE_STORE' | ||
|
||
# Port | ||
PORT=8005 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
import customer from './customer.js' | ||
import appEvents from './app-events.js' | ||
|
||
export { | ||
customer, | ||
appEvents | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.