LAMP - Package Updates
Pinned
LAMP
-
PHP 7.3 app version 2.0.0:
- BREAKING CHANGE: This app now uses manifest v2. Cloudron specific environment variables now have the prefix
CLOUDRON_
. Please update your code accordingly. For example,MYSQL_URL
->CLOUDRON_MYSQL_URL
MAIL_FROM
->CLOUDRON_MAIL_FROM
REDIS_URL
->CLOUDRON_REDIS_URL
- ... and so on ...
Note that Cloudron will not auto-update to this version because the major version has been bumped. So, you can make the update/manually at your own pace.
- BREAKING CHANGE: This app now uses manifest v2. Cloudron specific environment variables now have the prefix