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/User Guide/User Guide/Advanced Usage/Configuration (config.ini or e.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# 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.
3
3
4
4
You can provide the same values via environment variables instead of the `config.ini` file, and these environment variables use the following format:
5
5
@@ -27,4 +27,4 @@ The code will:
27
27
1. First load the `config.ini` file as before
28
28
2. Then scan all environment variables for ones starting with `TRILIUM_`
29
29
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