Skip to content

Commit

Permalink
fixes #155 remove proxy.httpsEnabled as it does not exist (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu authored Nov 8, 2023
1 parent 9b674f1 commit 3e8764e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/resources/config/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ openapi-validator.enable: true

# proxy.yml
proxy.http2Enabled: true
proxy.httpsEnabled: true
proxy.hosts: https://localhost:9443

# router.yml
Expand Down
1 change: 0 additions & 1 deletion src/test/resources/config/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ service.singletons: [{"com.networknt.registry.URL":["com.networknt.registry.URLI

# proxy.yml
proxy.http2Enabled: false
proxy.httpsEnabled: false
proxy.hosts: http://localhost:18081

# header.yml
Expand Down

0 comments on commit 3e8764e

Please sign in to comment.