Skip to content

Commit d159c50

Browse files
Fix WordPress localization code environment variable
There is a typo for locale. Correct variables listed on this page https://github.com/Azure/wordpress-linux-appservice/blob/main/WordPress/wordpress_application_settings.md#one-time-application-settings
1 parent a9b16c2 commit d159c50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ APACHE_RUN_GROUP | RUN sed -i 's!User ${APACHE_RUN_GROUP}!Group www-data!g' /etc
305305
> | `WORDPRESS_ADMIN_EMAIL` | Deployment only | Not applicable | Not applicable | WordPress admin email. |
306306
> | `WORDPRESS_ADMIN_PASSWORD` | Deployment only | Not applicable | Not applicable | WordPress admin password. This setting is only for deployment purposes. Modifying this value has no effect on the WordPress installation. To change the WordPress admin password, see [Reset your password](https://wordpress.org/support/article/resetting-your-password/#to-change-your-password). |
307307
> | `WORDPRESS_ADMIN_USER` | Deployment only | Not applicable | Not applicable|WordPress admin username. |
308-
> | `WORDPRESS_ADMIN_LOCALE_CODE` | Deployment only | Not applicable | Not applicable | Database username used to connect to WordPress. |
308+
> | `WORDPRESS_LOCALE_CODE` | Deployment only | `en_US` | Not applicable | WordPress localization code for site language. |
309309
310310
## Domain and DNS
311311

0 commit comments

Comments
 (0)