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: distribution/router/conf/README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,10 @@
2
2
3
3
This folder contains the Membrane configuration. More configuration samples could be found in the [tutorial](../tutorials) and [examples](../examples) folders.
4
4
5
+
5
6
## Starting Membrane
6
7
7
-
Run Membrane with the configuration from this folder:
8
+
Run Membrane with the configuration in this folder:
8
9
9
10
```
10
11
cd membrane-api-gateway-<VERSION>
@@ -14,15 +15,21 @@ cd membrane-api-gateway-<VERSION>
14
15
15
16
## YAML Configuration
16
17
17
-
Use the 'apis.yaml' file to configure your APIs. You can remove the inactive XML file.
18
+
Use the 'apis.yaml' file to configure your APIs. The 'apis.yaml' has precedence over the 'proxies.xml' file.
19
+
20
+
You can remove the inactive XML file in case you do not want to use the YAML configuration.
0 commit comments