Update docs/appendices/0.37-migration-guide.md

Co-authored-by: othercorey <corey.taylor.fl@gmail.com>
This commit is contained in:
Jose Diaz-Gonzalez
2025-11-16 18:48:51 -05:00
committed by GitHub
parent 3cddcb46c3
commit c0d2aee8c0

View File

@@ -2,4 +2,4 @@
## Changes
- The path on disk to both the global `ENV` file and the `ENV` file for a given app has been moved. Users should reference environment variables via the provided plugin triggers rather than directly sourcing the ENV files. Existing ENV files are left untouched and will be removed on the subsequent Dokku install.
- The path on disk to both the global `ENV` file and app `ENV` files have been moved. Users should reference environment variables via the provided plugin triggers rather than directly sourcing the ENV files. Existing ENV files are left untouched and will be removed on the subsequent Dokku install.