|
1 | 1 | Feature: Configuration Test
|
2 |
| - """markdown |
| 2 | +"""markdown |
3 | 3 | This is the official option configuration table
|
4 | 4 | | Option name | Environment variable name | Explanation | Type & Values | Default | Compatible resolver |
|
5 | 5 | | --------------------- | ------------------------------ | ------------------------------------------------------------------------------- | ---------------------------- | ----------------------------- | ------------------- |
|
@@ -96,12 +96,12 @@ Feature: Configuration Test
|
96 | 96 | When a config was initialized
|
97 | 97 | Then the option "<option>" of type "<type>" should have the value "<value>"
|
98 | 98 | Examples:
|
99 |
| - | option | type | value | |
100 |
| - | resolver | ResolverType | in-process | |
101 |
| - | host | String | local | |
102 |
| - | tls | Boolean | True | |
103 |
| - | port | Integer | 1234 | |
104 |
| - | deadline | Integer | 123 | |
| 99 | + | option | type | value | |
| 100 | + | resolver | ResolverType | in-process | |
| 101 | + | host | String | local | |
| 102 | + | tls | Boolean | True | |
| 103 | + | port | Integer | 1234 | |
| 104 | + | deadlineMs | Integer | 123 | |
105 | 105 | @targetURI
|
106 | 106 | Examples: Target URI
|
107 | 107 | | option | type | value |
|
@@ -147,15 +147,15 @@ Feature: Configuration Test
|
147 | 147 | When a config was initialized
|
148 | 148 | Then the option "<option>" of type "<type>" should have the value "<value>"
|
149 | 149 | Examples:
|
150 |
| - | option | env | type | value | |
151 |
| - | resolver | FLAGD_RESOLVER | ResolverType | in-process | |
152 |
| - | resolver | FLAGD_RESOLVER | ResolverType | IN-PROCESS | |
153 |
| - | resolver | FLAGD_RESOLVER | ResolverType | rpc | |
154 |
| - | resolver | FLAGD_RESOLVER | ResolverType | RPC | |
155 |
| - | host | FLAGD_HOST | String | local | |
156 |
| - | tls | FLAGD_TLS | Boolean | True | |
157 |
| - | port | FLAGD_PORT | Integer | 1234 | |
158 |
| - | deadline | FLAGD_DEADLINE_MS | Integer | 123 | |
| 150 | + | option | env | type | value | |
| 151 | + | resolver | FLAGD_RESOLVER | ResolverType | in-process | |
| 152 | + | resolver | FLAGD_RESOLVER | ResolverType | IN-PROCESS | |
| 153 | + | resolver | FLAGD_RESOLVER | ResolverType | rpc | |
| 154 | + | resolver | FLAGD_RESOLVER | ResolverType | RPC | |
| 155 | + | host | FLAGD_HOST | String | local | |
| 156 | + | tls | FLAGD_TLS | Boolean | True | |
| 157 | + | port | FLAGD_PORT | Integer | 1234 | |
| 158 | + | deadlineMs | FLAGD_DEADLINE_MS | Integer | 123 | |
159 | 159 | @targetURI
|
160 | 160 | Examples: Target URI
|
161 | 161 | | option | env | type | value |
|
@@ -202,12 +202,12 @@ Feature: Configuration Test
|
202 | 202 | When a config was initialized
|
203 | 203 | Then the option "<option>" of type "<type>" should have the value "<value>"
|
204 | 204 | Examples:
|
205 |
| - | option | env | type | value | env-value | |
206 |
| - | resolver | FLAGD_RESOLVER | ResolverType | in-process | rpc | |
207 |
| - | host | FLAGD_HOST | String | local | l | |
208 |
| - | tls | FLAGD_TLS | Boolean | True | False | |
209 |
| - | port | FLAGD_PORT | Integer | 1234 | 3456 | |
210 |
| - | deadline | FLAGD_DEADLINE_MS | Integer | 123 | 345 | |
| 205 | + | option | env | type | value | env-value | |
| 206 | + | resolver | FLAGD_RESOLVER | ResolverType | in-process | rpc | |
| 207 | + | host | FLAGD_HOST | String | local | l | |
| 208 | + | tls | FLAGD_TLS | Boolean | True | False | |
| 209 | + | port | FLAGD_PORT | Integer | 1234 | 3456 | |
| 210 | + | deadlineMs | FLAGD_DEADLINE_MS | Integer | 123 | 345 | |
211 | 211 | @targetURI
|
212 | 212 | Examples: Target URI
|
213 | 213 | | option | env | type | value | env-value |
|
|
0 commit comments