Skip to content

Commit

Permalink
fixes #116 move the test proxy config to values.yml (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu authored Feb 17, 2023
1 parent bc7876b commit a665ee1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 27 deletions.
26 changes: 0 additions & 26 deletions src/test/resources/config/proxy.yml

This file was deleted.

6 changes: 5 additions & 1 deletion src/test/resources/config/values.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
server.serviceId: com.networknt.petstore-1.0.0
server.environment: dev-proxy
proxy.containerPort: '9080'
# proxy.yml
proxy.http2Enabled: false
proxy.httpsEnabled: false
proxy.hosts: http://localhost:18081

# handler.basePath: /v1

# header.yml
Expand Down

0 comments on commit a665ee1

Please sign in to comment.