Skip to content

Commit

Permalink
Change jormungandrk->microkubes in Makefile and kong admin URL
Browse files Browse the repository at this point in the history
  • Loading branch information
vladoohr committed Mar 29, 2018
1 parent f9987b7 commit 980a818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION := $(shell git describe --tags --exact-match 2>/dev/null || echo latest)
DOCKERHUB_NAMESPACE ?= jormungandrk
DOCKERHUB_NAMESPACE ?= microkubes
IMAGE := ${DOCKERHUB_NAMESPACE}/microservice-registration:${VERSION}

build:
Expand Down
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"slots": 100
},
"gatewayUrl": "http://kong:8000",
"gatewayAdminUrl": "http://kong:8001",
"gatewayAdminUrl": "http://kong-admin:8001",
"systemKey": "/run/secrets/system",
"services": {
"user-microservice": "http://kong:8000/users",
Expand All @@ -19,7 +19,7 @@
"port": "1025",
"user": "fake@email.com",
"password": "password",
"email": "dev@jormungandr.org"
"email": "dev@microkubes.org"
},
"rabbitmq": {
"username": "guest",
Expand Down

0 comments on commit 980a818

Please sign in to comment.