We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46630c8 commit cc46f1fCopy full SHA for cc46f1f
build-image.sh
@@ -48,7 +48,7 @@ main() {
48
# echo "Building $svc..."
49
# build_push_java "$svc"
50
# done
51
- for svc in org-service; do
+ for svc in gateway-service; do
52
echo "Building $svc..."
53
build_push_java "$svc"
54
done
gateway-service/src/main/resources/application-docker.yml
@@ -131,4 +131,4 @@ spring:
131
132
identity:
133
service:
134
- base-url: http://identity-service:8080/identity
+ base-url: http://identity-service:8080/identity
0 commit comments