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: docs/guide/content/admin/configuration.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ The following properties control various aspects of OnDemand Loop's behavior. Ea
78
78
-[zenodo_default_url](#zenodo_default_url)
79
79
-[logging_root](#logging_root)
80
80
-[navigation](#navigation)
81
+
-[deployment](#deployment)
81
82
82
83
---
83
84
@@ -252,6 +253,7 @@ URL to the external documentation site. This is used for help links in the inter
252
253
Proxy server settings for outbound HTTP requests made by internal clients (such as the `Common::HttpClient` class). This is used to route API requests through a proxy, which may be required in secure or enterprise network environments.
253
254
254
255
The value should be a hash with the following optional keys:
256
+
255
257
-`:host`: proxy server hostname or IP (e.g., `'proxy.example.com'`)
256
258
-`:port`: port number used by the proxy (e.g., `8080`)
257
259
-`:user`: (optional) username for proxy authentication
@@ -342,6 +344,15 @@ For detailed configuration options and examples, see the [Navigation Customizati
342
344
343
345
---
344
346
347
+
<aid="deployment"></a>
348
+
**`deployment`**
349
+
Specifies the path to a file containing the OnDemand Loop deployment version string. This string is referenced in the Loop meta tag in the header of all Loop pages.
0 commit comments