|
|
1 месяц назад | |
|---|---|---|
| .. | ||
| .r2r.toml.swp | 1 месяц назад | |
| README.md | 1 месяц назад | |
| all_possible_config.toml | 1 месяц назад | |
| full.toml | 1 месяц назад | |
| r2r.old.toml | 1 месяц назад | |
| r2r.toml | 1 месяц назад | |
| r2r.toml.bak | 1 месяц назад | |
This directory is mounted inside the R2R Docker container and is intended for custom configuration files. Any files placed here will be accessible to the application running in the container.
R2R_CONFIG_PATH in the r2r.env or r2r-full.env files./app/user_configs/<config>.tomlThe application uses the environment variable you set to locate your configuration file:
R2R_CONFIG_PATH=/app/user_configs/<config>.toml
If you want to use a different filename, update the R2R_CONFIG_PATH variable in your environment file to point to your custom file, for example:
R2R_CONFIG_PATH=/app/user_configs/my_custom_config.toml
If you encounter configuration errors, check:
R2R_CONFIG_PATHFor more detailed configuration information, see the main documentation.