📝 Default values docs

This commit is contained in:
itskovacs 2025-08-05 19:25:37 +02:00
parent a23df2f7b5
commit bfee061f44

View File

@ -4,6 +4,9 @@ You can modify the configuration by setting values in the `storage/config.yml` f
> [!NOTE] > [!NOTE]
> After a `config.yml` edit, you must restart the container for the changes to take effect. > 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 ### Change Token duration
@ -50,6 +53,14 @@ PLACE_IMAGE_SIZE=500
TRIP_IMAGE_SIZE=600 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 <a name = "tbshoot-cert"></a> ### Troubleshoot SSL Error / Certificate <a name = "tbshoot-cert"></a>
One way to check if you're concerned by this is simply doing the following and checking the result: One way to check if you're concerned by this is simply doing the following and checking the result: