Skip to content

Commit f09efaf

Browse files
committed
refactor: [#14] move configuration files to infrastructure layer
- Remove application/.env.production (now in infrastructure/config/environments/) - Remove application/share/container/default/config/prometheus.yml (now generated by infrastructure) - Remove application/share/container/default/config/tracker.prod.container.sqlite3.toml (now generated by infrastructure) This completes the 12-factor app refactoring by moving configuration generation to the infrastructure layer, making the application layer purely focused on runtime deployment.
1 parent a8b11c5 commit f09efaf

File tree

3 files changed

+0
-123
lines changed

3 files changed

+0
-123
lines changed

application/.env.production

Lines changed: 0 additions & 41 deletions
This file was deleted.

application/share/container/default/config/prometheus.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

application/share/container/default/config/tracker.prod.container.sqlite3.toml

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)