You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> |WEBSITES_ENABLE_APP_SERVICE_STORAGE|Web App|true|-|When set to TRUE, file contents are preserved during restarts. |
273
-
> |WP_MEMORY_LIMIT|WordPress|128M|512M|Frontend or general wordpress PHP memory limit (per script). Can't be more than PHP_MEMORY_LIMIT|
274
-
> |WP_MAX_MEMORY_LIMIT|WordPress|256M|512M|Admin dashboard PHP memory limit (per script). Generally Admin dashboard/ backend scripts takes lot of memory compared to frontend scripts. Can't be more than PHP_MEMORY_LIMIT.|
275
-
> |PHP_MEMORY_LIMIT|PHP|512M|512M|Memory limits for general PHP script. It can only be decreased.|
276
-
> |FILE_UPLOADS|PHP|On|-|Can be either On or Off. Note that values are case sensitive. Enables or disables file uploads. |
277
-
> |UPLOAD_MAX_FILESIZE|PHP|50M|256M Max file upload size limit. Can be increased up to 256M.|
278
-
> |POST_MAX_SIZE|PHP|128M|256M|Can be increased up to 256M. Generally should be more than UPLOAD_MAX_FILESIZE.|
279
-
> |MAX_EXECUTION_TIME|PHP|120|120|Can only be decreased. Please break down the scripts if it is taking more than 120 seconds. Added to avoid bad scripts from slowing the system.|
280
-
> |MAX_INPUT_TIME|PHP|120|120|Max time limit for parsing the input requests. Can only be decreased.|
281
-
> |MAX_INPUT_VARS|PHP|10000|10000|-|
282
-
> |DATABASE_HOST|Database|-|-|Database host used to connect to WordPress.|
283
-
> |DATABASE_NAME|Database|-|-|Database name used to connect to WordPress.|
284
-
> |DATABASE_USERNAME|Database|-|-|Database username used to connect to WordPress.|
285
-
> |DATABASE_PASSWORD|Database|-|-|Database password used to connect to the MySQL database. To change the MySQL database password, see [update admin password](../mysql/single-server/how-to-create-manage-server-portal.md#update-admin-password). Whenever the MySQL database password is changed, the Application Settings also need to be updated. |
> |WORDPRESS_ADMIN_PASSWORD|Deployment only|-|-|WordPress admin password. This is only for deployment purposes. Modifying this value has no effect on the WordPress installation. To change the WordPress admin password, see [resetting your password](https://wordpress.org/support/article/resetting-your-password/#to-change-your-password).|
> |WORDPRESS_ADMIN_LOCALE_CODE|Deployment only|-|-|Database username used to connect to WordPress.|
272
+
> |`WEBSITES_ENABLE_APP_SERVICE_STORAGE`|Web App|true|-|When set to TRUE, file contents are preserved during restarts. |
273
+
> |`WP_MEMORY_LIMIT`|WordPress|128M|512M|Frontend or general wordpress PHP memory limit (per script). Can't be more than PHP_MEMORY_LIMIT|
274
+
> |`WP_MAX_MEMORY_LIMIT`|WordPress|256M|512M|Admin dashboard PHP memory limit (per script). Generally Admin dashboard/ backend scripts takes lot of memory compared to frontend scripts. Can't be more than PHP_MEMORY_LIMIT.|
275
+
> |`PHP_MEMORY_LIMIT`|PHP|512M|512M|Memory limits for general PHP script. It can only be decreased.|
276
+
> |`FILE_UPLOADS`|PHP|On|-|Can be either On or Off. Note that values are case sensitive. Enables or disables file uploads. |
277
+
> |`UPLOAD_MAX_FILESIZE`|PHP|50M|256M Max file upload size limit. Can be increased up to 256M.|
278
+
> |`POST_MAX_SIZE`|PHP|128M|256M|Can be increased up to 256M. Generally should be more than UPLOAD_MAX_FILESIZE.|
279
+
> |`MAX_EXECUTION_TIME`|PHP|120|120|Can only be decreased. Please break down the scripts if it is taking more than 120 seconds. Added to avoid bad scripts from slowing the system.|
280
+
> |`MAX_INPUT_TIME`|PHP|120|120|Max time limit for parsing the input requests. Can only be decreased.|
281
+
> |`MAX_INPUT_VARS`|PHP|10000|10000|-|
282
+
> |`DATABASE_HOST`|Database|-|-|Database host used to connect to WordPress.|
283
+
> |`DATABASE_NAME`|Database|-|-|Database name used to connect to WordPress.|
284
+
> |`DATABASE_USERNAME`|Database|-|-|Database username used to connect to WordPress.|
285
+
> |`DATABASE_PASSWORD`|Database|-|-|Database password used to connect to the MySQL database. To change the MySQL database password, see [update admin password](../mysql/single-server/how-to-create-manage-server-portal.md#update-admin-password). Whenever the MySQL database password is changed, the Application Settings also need to be updated. |
> |`WORDPRESS_ADMIN_PASSWORD`|Deployment only|-|-|WordPress admin password. This is only for deployment purposes. Modifying this value has no effect on the WordPress installation. To change the WordPress admin password, see [resetting your password](https://wordpress.org/support/article/resetting-your-password/#to-change-your-password).|
0 commit comments