Skip to content

Commit

Permalink
fix: cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
longieirl committed Jul 3, 2024
1 parent 695a0a8 commit b0a2127
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Application Details
| |
| ------------- |
|**Generation Date and Time**<br>Fri Dec 09 2022 13:43:41 GMT+0000 (Coordinated Universal Time)|
|**Generation Date and Time**<br>Fri Dec 09 2024 13:43:41 GMT+0000 (Coordinated Universal Time)|
|**App Generator**<br>@sap/generator-fiori-elements|
|**App Generator Version**<br>1.8.3|
|**Generation Platform**<br>SAP Business Application Studio|
Expand Down
4 changes: 2 additions & 2 deletions cap/cap-fiori-mta-standalone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ npm run undeploy
```

## Known Issues
To support connectivity to on-premise systems, please uncomment the code in the `mta.yaml` enable the `standaloneCAPProject-connectivity` service.
To support connectivity to on-premise systems, please uncomment the code in the `mta.yaml` and enable the `standaloneCAPProject-connectivity` service. Remember, the SAP Connectivity service lets you establish connectivity between your cloud applications and on-premise systems running in isolated networks.

## Get Support

In case you've a question, find a bug, or otherwise need support, use the [SAP Community](https://answers.sap.com/tags/9f13aee1-834c-4105-8e43-ee442775e5ce) to get more visibility.

## License

Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.
Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.
5 changes: 1 addition & 4 deletions cap/cap-fiori-mta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,10 @@ No longer want your CAP project hosted on SAP BTP, run the following command;
npm run undeploy
```

## Known issues
To support connectivity to on-premise systems, please uncomment the code in the `mta.yaml` enable the `managedAppCAPProject-connectivity` service.

## Get Support

In case you've a question, find a bug, or otherwise need support, use the [SAP Community](https://answers.sap.com/tags/9f13aee1-834c-4105-8e43-ee442775e5ce) to get more visibility.

## License

Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.
Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.
8 changes: 0 additions & 8 deletions cap/cap-fiori-mta/mta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ modules:
requires:
- name: managedAppCAPProject-db
- name: uaa_managedAppCAPProject
# Uncomment to support on-premise systems
# - name: managedAppCAPProject-connectivity
parameters:
buildpack: nodejs_buildpack
host: ${appname}
Expand Down Expand Up @@ -128,12 +126,6 @@ resources:
service: xsuaa
service-name: managedAppCAPProject-xsuaa-service
service-plan: application
# Uncomment to support on-premise systems
#- name: managedAppCAPProject-connectivity
# type: org.cloudfoundry.managed-service
# parameters:
# service: connectivity
# service-plan: lite
parameters:
deploy_mode: html5-repo
enable-parallel-deployments: true
Expand Down

0 comments on commit b0a2127

Please sign in to comment.