Commit d9dadd3
fix: install .env.template and make DB_DATABASE backend-agnostic
- Added missing .env.template to csas-authorize.install so dbc_go
can generate the env file and create the database
- Changed DB_DATABASE from hardcoded sqlite path to _DBC_DBNAME_
so the template works for both SQLite and MySQL backends
- The phinx-adapter.php already constructs the full SQLite path
Co-Authored-By: Oz <oz-agent@warp.dev>1 parent de460df commit d9dadd3
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments