From 6dcf4aea621440df672e73371355875d1ed9d02b Mon Sep 17 00:00:00 2001 From: itskovacs Date: Mon, 6 Oct 2025 17:44:45 +0200 Subject: [PATCH] :memo: add warning: config.yml is not auto-created, fix typo --- docs/config.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/config.md b/docs/config.md index 7b369e6..d3864ee 100644 --- a/docs/config.md +++ b/docs/config.md @@ -1,11 +1,12 @@ You can modify the configuration by setting values in the `storage/config.yml` file. -> [!NOTE] -> After a `config.yml` edit, you must restart the container for the changes to take effect. +> [!WARNING] +> The `config.yml` file is not created automatically because the server uses default values. +> After editing `config.yml`, restart the container for the changes to take effect. > [!TIP] -> Setting environment variable also work. +> Setting environment variable in `docker-compose.yml` also work. ### Change Token duration @@ -57,7 +58,7 @@ TRIP_IMAGE_SIZE=600 You can configure the default values for new users with the following settings: `DEFAULT_TILE`, `DEFAULT_CURRENCY`, `DEFAULT_MAP_LAT`, `DEFAULT_MAP_LNG`. -> [!INFO] +> [!IMPORTANT] > Changing these values does not update settings for existing users, it only affects new users.