F-002 fix: Remove secrets and externalize config
This commit is contained in:
13
project/web/index/new/README.md
Normal file
13
project/web/index/new/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Legacy PHP module
|
||||
|
||||
Important paths:
|
||||
- `bootstrap.php` — shared config loader
|
||||
- `config/local.example.php` — copy template
|
||||
- `config/local.php` — real local values, ignored by git
|
||||
- `db/conn.php` — shared DB connection helper
|
||||
- `worker_bulk.php` — CLI worker
|
||||
|
||||
Setup:
|
||||
1. Review `config/README.md`.
|
||||
2. Fill `config/local.php` with local values.
|
||||
3. Import `project/sql/db-25052026.sql` into local MariaDB if needed.
|
||||
Reference in New Issue
Block a user