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
* docs: fix some broken values in env-vars.md and and improve table formatting
* docs: fix page author info by updating fetch-depth in actions/checkout + supress unnecessary warnings in build logs
Copy file name to clipboardExpand all lines: docs/docs/install-and-deploy/env-vars.md
+21-7Lines changed: 21 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,14 @@ The root folder contains several example `.env` files for different deployment s
26
26
**Testing:**
27
27
-`.env.IntegrationTest` - Integration tests with yaci devkit
28
28
29
-
> **Note**: Hardware profile files should be used **in combination** with a base `.env.docker-compose` file to apply performance tuning settings. See the Hardware Profile Variables section below.
29
+
:::note
30
+
Hardware profile files should be used **in combination** with a base `.env.docker-compose` file to apply performance tuning settings. See the Hardware Profile Variables section below.
|`DB_IMAGE_NAME`| Postgres docker image name | postgres | available in releases 1.0.0 - 1.2.8, replaced by `PG_VERSION_TAG` in 1.2.9 |
@@ -145,3 +157,5 @@ The following environment variables were available in previous versions but are
145
157
|`PRUNING_SAFE_BLOCKS`| Number of recent blocks to keep spent UTXOs for (safety margin) | 2160 | available in releases 1.2.4 - 1.2.8, replaced by `REMOVE_SPENT_UTXOS_LAST_BLOCKS_GRACE_COUNT`|
146
158
|`PRUNING_INTERVAL`| Interval in seconds between pruning cleanup jobs | 600 | available in releases 1.2.4 - 1.2.8, no longer configurable |
147
159
|`LIMIT`| Search limit | 100 | available in releases 1.0.0 - 1.3.1, replaced by `SEARCH_LIMIT` in 1.3.2 |
0 commit comments