1.1 KiB
1.1 KiB
Documenter Artefact — Feature: F-002
What changed
- Added one shared config loader at
project/web/index/new/bootstrap.php. - Added versioned config template at
project/web/index/new/config/local.example.php. - Added local setup notes at
project/web/index/new/config/README.md. - Ignored real local config file
project/web/index/new/config/local.php. - Updated legacy PHP entry points to use shared config lookups.
Important files
project/web/index/new/bootstrap.phpproject/web/index/new/config/local.example.phpproject/web/index/new/config/README.mdproject/web/index/new/db/conn.phpproject/web/index/new/inc/header.phpproject/web/index/new/index.phpproject/web/index/new/describe.phpproject/web/index/new/productos_bulk_update.phpproject/web/index/new/productos_modificados.phpproject/web/index/new/worker_bulk.php
Local setup note
Copy or edit project/web/index/new/config/local.php with real local values before running the module.
Follow-up
- Review the SQL dump for sensitive data and retention policy.
- Consider moving runtime logs out of the web tree.