Update .env.example

This commit is contained in:
Dai
2025-10-09 20:55:31 -07:00
parent 44f890257f
commit b1b9a832a9

View File

@@ -4,7 +4,8 @@ DB_USER='wordpress'
DB_PASSWORD='Bz@2o4zO'
WP_ENV='development'
WP_HOME='http://example.com'
WP_DOMAIN_NAME='example.com'
WP_HOME='http://${WP_DOMAIN_NAME}'
WP_SITEURL="${WP_HOME}"
POST_MAX_SIZE="64M"