You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
412 B
JSON
20 lines
412 B
JSON
{
|
|
"core": "./wordpress/build",
|
|
"plugins": {
|
|
"wp-content/plugins/daggerhart-openid-connect-generic": "."
|
|
},
|
|
"mappings": {
|
|
"wp-content/mu-plugins": "./tools/local-env/mu-plugins"
|
|
},
|
|
"config": {
|
|
"PHP_INI_MEMORY_LIMIT": "512M",
|
|
"WP_MEMORY_LIMIT": "512M",
|
|
"WP_DEBUG": true,
|
|
"WP_DEBUG_LOG": true,
|
|
"WP_DEBUG_DISPLAY": true,
|
|
"SCRIPT_DEBUG": true,
|
|
"SMTP_HOST": "mailhog",
|
|
"SMTP_PORT": 1025
|
|
}
|
|
}
|