Skip to content

Commit

Permalink
fix(cf-deploy-config-writer): cleanup hostnames
Browse files Browse the repository at this point in the history
  • Loading branch information
longieirl committed Nov 4, 2024
1 parent b8e6960 commit c445737
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ server:
ignoreCertError: false # If set to true, certificate errors will be ignored. E.g. self-signed certificates will be accepted
backend:
- path: /sap
url: https://abap.hanavlab.ondemand.com
url: https://example.net
scp: true
destination: TestDestination
ui5:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ server:
ignoreCertError: false # If set to true, certificate errors will be ignored. E.g. self-signed certificates will be accepted
backend:
- path: /sap
url: https://abap.hanavlab.ondemand.com
url: https://example.net
scp: true
destination: TestDestination
ui5:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ server:
ignoreCertError: false # If set to true, certificate errors will be ignored. E.g. self-signed certificates will be accepted
backend:
- path: /sap
url: https://abap.hanavlab.ondemand.com
url: https://example.net
scp: true
destination: TestDestination
ui5:
Expand Down
2 changes: 1 addition & 1 deletion packages/cf-deploy-config-writer/test/sample/lrop/ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ server:
ignoreCertError: false # If set to true, certificate errors will be ignored. E.g. self-signed certificates will be accepted
backend:
- path: /sap
url: https://abap.hanavlab.ondemand.com
url: https://example.net
ui5:
path:
- /resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ server:
ignoreCertError: false # If set to true, certificate errors will be ignored. E.g. self-signed certificates will be accepted
backend:
- path: /sap
url: https://abap.hanavlab.ondemand.com
url: https://example.net
ui5:
path:
- /resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ server:
backend:
- apiHub: true
path: /northwindV2
url: https://kran3.apim.hana.ondemand.com
url: https://example.net
- name: fiori-tools-appreload
afterMiddleware: compression
configuration:
Expand Down

0 comments on commit c445737

Please sign in to comment.