This commit is contained in:
2025-12-27 11:51:55 +03:00
parent 84ea17c4b2
commit 53d38e7671

View File

@@ -67,7 +67,7 @@ This section contains global settings for **userctx**.
### The `[apps]` section
For each application defined in the `general.apps` array, you can have a dedicated section to specify its configuration.
You can create '[apps.<you_app>]' section in the config to specify **userctx** behaviour for the app. The following option are supported.
You can create **[apps.<you_app>]** section in the config to specify **userctx** behaviour for the app. The following options are supported.
- `source_path` (string, optional): Overrides the global `source_path` for this specific application.
- `target_path` (string, optional): Overrides the global `target_path` for this specific application. The final destination path for an application's configuration will be `<target_path>/<app_name>`.