From bfee061f446afe0eb29c13dae316ce2ada9a6901 Mon Sep 17 00:00:00 2001 From: itskovacs Date: Tue, 5 Aug 2025 19:25:37 +0200 Subject: [PATCH] :memo: Default values docs --- docs/config.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/config.md b/docs/config.md index 92cad70..f433197 100644 --- a/docs/config.md +++ b/docs/config.md @@ -4,6 +4,9 @@ You can modify the configuration by setting values in the `storage/config.yml` f > [!NOTE] > After a `config.yml` edit, you must restart the container for the changes to take effect. +> [!TIP] +> Setting environment variable also work. + ### Change Token duration @@ -50,6 +53,14 @@ PLACE_IMAGE_SIZE=500 TRIP_IMAGE_SIZE=600 ``` +### Change default values + +You can configure the default values for new users with the following settings: `DEFAULT_TILE`, `DEFAULT_CURRENCY`, `DEFAULT_MAP_LAT`, `DEFAULT_MAP_LNG`. + +> [!WARN] +> Changing these values does not update settings for existing users, it only affects new users. + + ### Troubleshoot SSL Error / Certificate One way to check if you're concerned by this is simply doing the following and checking the result: