Skip to content

Commit c9c59f6

Browse files
author
docs-action
committed
1 parent 8e69afa commit c9c59f6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

assets/js/search-data.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@
869869
},"124": {
870870
"doc": "lakeFS Server Configuration",
871871
"title": "Table of contents",
872-
"content": ". | Reference | Using Environment Variables | Example Configurations | . Configuring lakeFS is done using a YAML configuration file and/or environment variable. The configuration file’s location can be set with the ‘–config’ flag. If not specified, the first file found in the following order will be used: . | ./config.yaml | $HOME/lakefs/config.yaml | /etc/lakefs/config.yaml | $HOME/.lakefs.yaml | . Configuration items can each be controlled by an environment variable. The variable name will have a prefix of LAKEFS_, followed by the name of the configuration, replacing every ‘.’ with a ‘_’. Example: LAKEFS_LOGGING_LEVEL controls logging.level. This reference uses . to denote the nesting of values. ",
872+
"content": ". | Reference | lakeFS Enterprise | Using Environment Variables | Example Configurations | . Configuring lakeFS is done using a YAML configuration file and/or environment variable. The configuration file’s location can be set with the ‘–config’ flag. If not specified, the first file found in the following order will be used: . | ./config.yaml | $HOME/lakefs/config.yaml | /etc/lakefs/config.yaml | $HOME/.lakefs.yaml | . Configuration items can each be controlled by an environment variable. The variable name will have a prefix of LAKEFS_, followed by the name of the configuration, replacing every ‘.’ with a ‘_’. Example: LAKEFS_LOGGING_LEVEL controls logging.level. This reference uses . to denote the nesting of values. ",
873873
"url": "/reference/configuration.html#table-of-contents",
874874

875875
"relUrl": "/reference/configuration.html#table-of-contents"

reference/configuration.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ <h2 class="no_toc text-delta" id="table-of-contents">
578578

579579
<ol id="markdown-toc">
580580
<li><a href="#reference" id="markdown-toc-reference">Reference</a></li>
581+
<li><a href="#lakefs-enterprise" id="markdown-toc-lakefs-enterprise">lakeFS Enterprise</a></li>
581582
<li><a href="#using-environment-variables" id="markdown-toc-using-environment-variables">Using Environment Variables</a></li>
582583
<li><a href="#example-configurations" id="markdown-toc-example-configurations">Example Configurations</a></li>
583584
</ol>
@@ -1186,7 +1187,7 @@ <h3 id="garbage-collection">
11861187
<li><code class="language-plaintext highlighter-rouge">ugc.prepare_max_file_size</code> <code class="language-plaintext highlighter-rouge">(int: 125829120)</code> - Uncommitted garbage collection prepare request, limit the produced file maximum size</li>
11871188
<li><code class="language-plaintext highlighter-rouge">ugc.prepare_interval</code> <code class="language-plaintext highlighter-rouge">(duraction: 1m)</code> - Uncommitted garbage collection prepare request, limit produce time to interval</li>
11881189
</ul>
1189-
<h2 class="ref-list no_toc" id="lakefs-enterprise">
1190+
<h2 class="ref-list" id="lakefs-enterprise">
11901191

11911192

11921193
<a href="#lakefs-enterprise" class="anchor-heading"><svg viewBox="0 0 16 16" aria-hidden="true"><use xlink:href="#svg-link"></use></svg></a> lakeFS Enterprise

0 commit comments

Comments
 (0)