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
|URL identifying the CockroachDB instance(s) to connect to. CockroachDB is used for all persistent data.
79
79
80
-
|`external_ip`
81
-
|`"127.0.0.1"`
80
+
|`dropshot_external`
81
+
|
82
+
|Yes
83
+
|Dropshot configuration for the external server (i.e., the one that operators and developers using the Oxide rack will use). Specific properties are documented below, but see the Dropshot README for details.
84
+
| Note that this is an array of external address configurations; multiple may be supplied.
85
+
86
+
|`dropshot_external.bind_address`
87
+
|`"127.0.0.1:12220"`
88
+
|Yes
89
+
|Specifies that the server should bind to the given IP address and TCP port for the **external** API (i.e., the one that operators and developers using the Oxide rack will use). In general, servers can bind to more than one IP address and port, but this is not (yet?) supported.
90
+
91
+
|`dropshot_external.request_body_max_bytes`
92
+
|`1000`
93
+
|Yes
94
+
|Specifies the maximum request body size for the **external** API.
95
+
96
+
|`dropshot_internal`
97
+
|
98
+
|Yes
99
+
|Dropshot configuration for the internal server (i.e., the one used by the sled agent). Specific properties are documented below, but see the Dropshot README for details.
100
+
101
+
|`dropshot_internal.bind_address`
102
+
|`"127.0.0.1:12220"`
82
103
|Yes
83
-
|Specifies that the server should bind to the given IP address for the **external** API (i.e., the one that operators and developers using the Oxide rack will use).
104
+
|Specifies that the server should bind to the given IP address and TCP port for the **internal** API (i.e., the one used by the sled agent). In general, servers can bind to more than one IP address and port, but this is not (yet?) supported.
84
105
85
-
|`internal_ip`
86
-
|`"127.0.0.1"`
106
+
|`dropshot_internal.request_body_max_bytes`
107
+
|`1000`
87
108
|Yes
88
-
|Dropshot configuration for the internal server (i.e., the one used by the sled agent).
109
+
|Specifies the maximum request body size for the **internal** API.
0 commit comments