Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions srv/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ cds:
spring:
config.activate.on-profile: hybrid
cds:
hcql.v2.enabled: true
remote.services:
xflights:
type: hcql
Expand All @@ -59,6 +60,23 @@ cds:
User: internal
Password:
---
spring:
config.activate.on-profile: hybrid-node-js
cds:
hcql.v2.enabled: true
remote.services:
xflights:
type: hcql
model: sap.capire.flights.data
http:
suffix: /hcql
service: data
destination:
properties:
url: http://localhost:4005/
User: internal
Password:
---
spring:
config.activate.on-profile: default
sql.init.platform: h2
Expand Down