Skip to content

Commit 5fbba2c

Browse files
Merge pull request #278943 from msangapu-msft/patch-17
Update reference-app-settings.md
2 parents 657b995 + 891ba28 commit 5fbba2c

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

articles/app-service/reference-app-settings.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -269,24 +269,24 @@ APACHE_RUN_GROUP | RUN sed -i 's!User ${APACHE_RUN_GROUP}!Group www-data!g' /etc
269269
> [!div class="mx-tdCol5BreakAll"]
270270
> |Application Setting | Scope | Value | Max | Description
271271
> |-------------|-------------|-------------|---------------|--------------------|
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. |
286-
> |WORDPRESS_ADMIN_EMAIL|Deployment only|-|-|WordPress admin email.|
287-
> |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).|
288-
> |WORDPRESS_ADMIN_USER|Deployment only|-|-|WordPress admin username|
289-
> |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. |
286+
> |`WORDPRESS_ADMIN_EMAIL`|Deployment only|-|-|WordPress admin email.|
287+
> |`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).|
288+
> |`WORDPRESS_ADMIN_USER`|Deployment only|-|-|WordPress admin username|
289+
> |`WORDPRESS_ADMIN_LOCALE_CODE`|Deployment only|-|-|Database username used to connect to WordPress.|
290290
291291
## Domain and DNS
292292

0 commit comments

Comments
 (0)