Browse Source

set the port even if it is default

yassine 10 months ago
parent
commit
6a42a5c20e
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      api-gateway.yml

+ 3
- 0
api-gateway.yml View File

@@ -1,3 +1,6 @@
1
+server:
2
+  port: 8080
3
+
1 4
 spring:
2 5
   application:
3 6
     name: api-gateway

Powered by TurnKey Linux.