The Config Hard Link feature helps manage configuration file paths efficiently. Instead of storing duplicate files, it allows a new configuration to reference an existing one if they are identical, saving space and maintaining consistency.
This feature is controlled by the HARD_LINK setting in your system’s configuration. If enabled, it will automatically manage file paths intelligently.
To enable or disable this feature, update your .env file:
Terminal window
HARD_LINK=true
To help you easily recognize configurations that use hard links, we have added a visual indicator in the dashboard. If a configuration is a hard link, you will see a link icon (🔗) next to it.