Browse Source

remove gateway config

yassine 10 months ago
parent
commit
d6a876557c
1 changed files with 0 additions and 18 deletions
  1. 0
    18
      api-gateway.yml

+ 0
- 18
api-gateway.yml View File

@@ -1,18 +0,0 @@
1
-server:
2
-  port: 8080
3
-
4
-spring:
5
-  application:
6
-    name: api-gateway
7
-
8
-logging:
9
-  level:
10
-    org.springframework.cloud.gateway: DEBUG
11
-
12
-management:
13
-  endpoints:
14
-    gateway:
15
-      enabled: true
16
-    web:
17
-      exposure:
18
-        include: "*"

Powered by TurnKey Linux.