You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,25 @@ Valid UAA bindings for approuter and backend are necessary, so that the authoriz
91
91
Locally, the following default environment files need to exist:
92
92
93
93
-`test/\_env/default-env.json`
94
+
```
95
+
{
96
+
"VCAP_SERVICES": {
97
+
"xsuaa": [
98
+
{
99
+
...
100
+
}
101
+
]
102
+
}
103
+
}
104
+
```
94
105
-`test/\_env/approuter/default-services.json`
106
+
```
107
+
{
108
+
"uaa": {
109
+
...
110
+
}
111
+
}
112
+
```
95
113
96
114
Approuter is configured to support websockets in `xs-app.json` according to [@sap/approuter - websockets property](https://www.npmjs.com/package/@sap/approuter#websockets-property):
0 commit comments