mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-18 16:32:33 +08:00
Merge pull request #2021 from maphew/patch-1
fix broken link to config-sample.ini
This commit is contained in:
commit
f2d99e3fc7
@ -1,5 +1,5 @@
|
|||||||
<p>Trilium supports configuration via a file named <code>config.ini</code> and
|
<p>Trilium supports configuration via a file named <code>config.ini</code> and
|
||||||
environment variables. Please review the file named <a href="https://github.com/TriliumNext/Notes/blob/develop/config-sample.ini">config-sample.ini</a> in
|
environment variables. Please review the file named <a href="https://github.com/TriliumNext/Notes/blob/develop/apps/server/src/assets/config-sample.ini">config-sample.ini</a> in
|
||||||
the <a href="https://github.com/TriliumNext/Notes">Notes</a> repository to
|
the <a href="https://github.com/TriliumNext/Notes">Notes</a> repository to
|
||||||
see what values are supported.</p>
|
see what values are supported.</p>
|
||||||
<p>You can provide the same values via environment variables instead of the <code>config.ini</code> file,
|
<p>You can provide the same values via environment variables instead of the <code>config.ini</code> file,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Configuration (config.ini or environment variables)
|
# Configuration (config.ini or environment variables)
|
||||||
Trilium supports configuration via a file named `config.ini` and environment variables. Please review the file named [config-sample.ini](https://github.com/TriliumNext/Notes/blob/develop/config-sample.ini) in the [Notes](https://github.com/TriliumNext/Notes) repository to see what values are supported.
|
Trilium supports configuration via a file named `config.ini` and environment variables. Please review the file named [config-sample.ini](https://github.com/TriliumNext/Notes/blob/develop/apps/server/src/assets/config-sample.ini) in the [Notes](https://github.com/TriliumNext/Notes) repository to see what values are supported.
|
||||||
|
|
||||||
You can provide the same values via environment variables instead of the `config.ini` file, and these environment variables use the following format:
|
You can provide the same values via environment variables instead of the `config.ini` file, and these environment variables use the following format:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user