Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set default Mineskin API key using environment variable
Updated the API key initialization to use `System.getenv` for retrieving the `MINESKIN_API_KEY`, falling back to an empty string if not set. This improves flexibility and security by supporting environment-based configuration.
- Loading branch information