mirror of
https://ghproxy.net/https://github.com/fairpm/server.git
synced 2025-09-06 00:53:22 +08:00
17 lines
286 B
JSON
17 lines
286 B
JSON
{
|
|
"phpVersion": "8.2",
|
|
"multisite": true,
|
|
"mappings": {
|
|
".config": "./.config",
|
|
"wp-content": "./content",
|
|
"content": "./content"
|
|
},
|
|
"config": {
|
|
"WP_DEBUG": true,
|
|
"WP_DEBUG_DISPLAY": true,
|
|
"WP_DEBUG_LOG": false
|
|
},
|
|
"plugins": [
|
|
"OllieJones/sqlite-object-cache"
|
|
]
|
|
}
|