Resolve "Credentials returned after registering an app are hard coded, which causes problems if RabbitMQ is not hosted on localhost"
Merged
requested to merge 356-credentials-returned-after-registering-an-app-are-hard-coded-which-causes-problems-if-rabbitmq into master
Compare changes
+ 6
− 1
@@ -4,6 +4,7 @@ import (
@@ -4,6 +4,7 @@ import (
@@ -66,7 +67,7 @@ func (a *Service) createNewApp(appName string) (*App, error) {
@@ -66,7 +67,7 @@ func (a *Service) createNewApp(appName string) (*App, error) {
@@ -77,3 +78,7 @@ func (a *Service) createNewApp(appName string) (*App, error) {
@@ -77,3 +78,7 @@ func (a *Service) createNewApp(appName string) (*App, error) {