v3.2.3

ruixenui/ruixen.comv3.2.3Feb 6, 2025by poeti8

AI Summary

This release introduces a new configuration method allowing environment variables to be loaded from files using a `_FILE` suffix.

Key Highlights

  • Environment variables can now be read from files
  • Configuration variable naming convention updated to `<variable_name>_FILE`

New Features

  • Environment variables from files

Full Release Notes

- Set environment variables by reading a file. Use `<variable_name>_FILE`. Read [configuration](https://github.com/thedevs-network/kutt/tree/main?tab=readme-ov-file#configuration) for more info. (pull request #814)