F-002 fix: Remove secrets and externalize config
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
# Project code lives here
|
||||
|
||||
Put the real project code inside this directory.
|
||||
Current project layout:
|
||||
|
||||
Examples:
|
||||
- `project/app.py`
|
||||
- `project/templates/`
|
||||
- `project/static/`
|
||||
- `project/tests/` (optional, if you want local tests here)
|
||||
- `project/web/index/new/` — legacy PHP web module copied from production
|
||||
- `project/web/index/new/config/local.example.php` — versioned local config template
|
||||
- `project/web/index/new/config/local.php` — ignored local config with real values
|
||||
- `project/sql/db-25052026.sql` — local development SQL baseline
|
||||
|
||||
ARNES core stays outside this folder.
|
||||
|
||||
Reference in New Issue
Block a user