geraldoyudo / mmadu

This is a user management service that enables developers to focus on writing applications without worrying about where to store user information, user authentication and authorization flows and all that nonsense. This takes care of all that. Mmadu was coined from the igbo word "Mmadu" meaning people.
MIT License
3 stars 2 forks source link

Add Default Ports for All Services #151

Closed geraldoyudo closed 4 years ago

geraldoyudo commented 4 years ago

Use the following Ports: user service: 15551 registration: 15552 identity: 15553 notifications: 15554 otp: 15555

In addition, set all values for server.port to 8080 on prod configuration (since that configuration is used for docker and kube).