Skip to content

Commit c0c450c

Browse files
authored
fix(docs): Update links to Trilium repo files in advanced config docs
1 parent 1e1e0b0 commit c0c450c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/User Guide/User Guide/Advanced Usage/Configuration (config.ini or e.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Configuration (config.ini or environment variables)
2-
Trilium supports configuration via a file named `config.ini` and environment variables. Please review the file named [config-sample.ini](https://github.com/TriliumNext/Trilium/blob/develop/apps/server/src/assets/config-sample.ini) in the [Notes](https://github.com/TriliumNext/Trilium) repository to see what values are supported.
2+
Trilium supports configuration via a file named `config.ini` and environment variables. Please review the file named [config-sample.ini](https://github.com/TriliumNext/Trilium/blob/main/apps/server/src/assets/config-sample.ini) in the [Trilium](https://github.com/TriliumNext/Trilium) repository to see what values are supported.
33

44
You can provide the same values via environment variables instead of the `config.ini` file, and these environment variables use the following format:
55

@@ -27,4 +27,4 @@ The code will:
2727
1. First load the `config.ini` file as before
2828
2. Then scan all environment variables for ones starting with `TRILIUM_`
2929
3. Parse these variables into section/key pairs
30-
4. Merge them with the config from the file, with environment variables taking precedence
30+
4. Merge them with the config from the file, with environment variables taking precedence

0 commit comments

Comments
 (0)