Files
arnes/work/artifacts/F-002/documenter.md

28 lines
1.1 KiB
Markdown

# 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.php`
- `project/web/index/new/config/local.example.php`
- `project/web/index/new/config/README.md`
- `project/web/index/new/db/conn.php`
- `project/web/index/new/inc/header.php`
- `project/web/index/new/index.php`
- `project/web/index/new/describe.php`
- `project/web/index/new/productos_bulk_update.php`
- `project/web/index/new/productos_modificados.php`
- `project/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.