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
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,22 +36,26 @@ An example of one topic with one subscriber is shown below.
36
36
37
37
### Topic Settings
38
38
39
-
-`name`: The name of the topic. It can only contain letters, numbers, and dashes.
40
-
-`port`: The port to use for the topic endpoint. The topic will listen on `https://0.0.0.0:{port}/`.
41
-
-`key`: The key that will be used to validate the `aeg-sas-key` or `aeg-sas-token` header in each request. If this is not supplied then no key validation will take place.
42
-
-`subscribers`: The subscriptions for this topic.
39
+
| Setting | Description |
40
+
|---------|-------------|
41
+
|`name`| The name of the topic. It can only contain letters, numbers, and dashes. |
42
+
|`port`| The port to use for the topic endpoint. The topic will listen on `https://0.0.0.0:{port}/`. |
43
+
|`key`| The key that will be used to validate the `aeg-sas-key` or `aeg-sas-token` header in each request. If this is not supplied then no key validation will take place. |
44
+
|`subscribers`| The subscriptions for this topic. |
43
45
44
46
### Subscriber Settings
45
47
46
-
-`name`: The name of the subscriber. It can only contain letters, numbers, and dashes.
47
-
-`endpoint`: The subscription endpoint url. Events received by topic will be sent to this address.
48
-
-`disableValidation`:
49
-
-`false` (the default) subscription validation will be attempted each time the simulator starts.
50
-
-`true` to disable subscription validation.
48
+
| Setting | Description |
49
+
|---------|-------------|
50
+
|`name`| The name of the subscriber. It can only contain letters, numbers, and dashes. |
51
+
|`endpoint`| The subscription endpoint url. Events received by topic will be sent to this address. |
52
+
|`disableValidation`| Set to `true` to disable subscription validation. Default is `false`, which means subscription validation will be attempted each time the simulator starts. |
51
53
52
54
### App Settings
53
55
54
-
-`dangerousAcceptAnyServerCertificateValidator`: Set to `true` to accept any server certificate. This is useful when testing with self signed certificates.
56
+
| Setting | Description |
57
+
|---------|-------------|
58
+
|`dangerousAcceptAnyServerCertificateValidator`| Set to `true` to accept any server certificate. Useful when testing with self-signed certificates. |
0 commit comments