mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
- Renamed configurePythonPath, configureNodePath, and configureGoPath methods into a single configureEnv method for improved organization and clarity. - Streamlined the handling of environment variables by using a map to avoid duplicates and facilitate easier manipulation. - Enhanced logging for environment variable settings, providing better visibility during configuration. - Ensured all necessary environment variables are set correctly, including Crawlab-specific variables and global system variables.