Update manifest.toml
This commit is contained in:
parent
c6bebf833f
commit
bacb601c9f
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ ram.runtime = "50M"
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
# This will automatically install/uninstall the following apt packages
|
# This will automatically install/uninstall the following apt packages
|
||||||
# and implicitly define the $phpversion setting as 8.0 (if phpX.Y-foobar dependencies are listed)
|
# and implicitly define the $phpversion setting as 8.0 (if phpX.Y-foobar dependencies are listed)
|
||||||
packages = "mariadb-server, deb1, deb2, php8.0-foo, php8.0-bar"
|
packages = "mariadb-server, deb1, deb2, php8.3-foo, php8.3-bar"
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
# This will automatically provision/deprovison a MySQL DB and store the corresponding credentials in settings $db_user, $db_name, $db_pwd
|
# This will automatically provision/deprovison a MySQL DB and store the corresponding credentials in settings $db_user, $db_name, $db_pwd
|
||||||
|
|
Loading…
Add table
Reference in a new issue