12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
# Configuration Variables
|
|
DB_NAME='wordpress'
|
|
DB_USER='wordpress'
|
|
DB_PASSWORD='Bz@2o4zO'
|
|
|
|
WP_ENV='development'
|
|
WP_HOME='http://example.com'
|
|
WP_SITEURL="${WP_HOME}"
|
|
|
|
POST_MAX_SIZE="64M"
|
|
UPLOAD_MAX_FILE_SIZE="64M"
|
|
PM_MAX_CHILDREN=5 |