Changeset 3366304
- Timestamp:
- 09/23/2025 08:38:10 AM (6 months ago)
- File:
-
- 1 edited
-
blue-raven/assets/blueprints/blueprint.json (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blue-raven/assets/blueprints/blueprint.json
r3366300 r3366304 9 9 }, 10 10 "phpExtensionBundles": [ 11 "kitchen-sink" 11 "light" 12 ], 13 "phpExtensions": [ 14 "mysqli", 15 "pdo_mysql" 12 16 ], 13 17 "landingPage": "/wp-admin/admin.php?page=blue-raven", … … 17 21 "username": "admin", 18 22 "password": "password" 19 },20 {21 "step": "setPhpIniEntry",22 "key": "extension",23 "value": "mysqli"24 },25 {26 "step": "setPhpIniEntry",27 "key": "extension",28 "value": "pdo_mysql"29 23 }, 30 24 {
Note: See TracChangeset
for help on using the changeset viewer.