feat: expand platform APIs, sources, and test coverage
Some checks failed
CI/CD Pipeline / Run Tests (pull_request) Successful in 1m53s
CI/CD Pipeline / Telegram Notify Success (push) Has been cancelled
CI/CD Pipeline / Run Tests (push) Has been cancelled
CI/CD Pipeline / Code Quality Checks (push) Has been cancelled
CI/CD Pipeline / Code Quality Checks (pull_request) Failing after 2m54s
CI/CD Pipeline / Telegram Notify Success (pull_request) Has been skipped
Some checks failed
CI/CD Pipeline / Run Tests (pull_request) Successful in 1m53s
CI/CD Pipeline / Telegram Notify Success (push) Has been cancelled
CI/CD Pipeline / Run Tests (push) Has been cancelled
CI/CD Pipeline / Code Quality Checks (push) Has been cancelled
CI/CD Pipeline / Code Quality Checks (pull_request) Failing after 2m54s
CI/CD Pipeline / Telegram Notify Success (pull_request) Has been skipped
This commit is contained in:
25
docs/adr/ADR-006: Configuration Strategy.md
Normal file
25
docs/adr/ADR-006: Configuration Strategy.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# ADR-006: Configuration and Environment Strategy
|
||||
|
||||
## Status
|
||||
Accepted
|
||||
|
||||
## Context
|
||||
|
||||
Необходимо разделение окружений:
|
||||
- dev
|
||||
- prod
|
||||
|
||||
## Decision
|
||||
|
||||
- .env.dev / .env.prod
|
||||
- DJANGO_SETTINGS_MODULE
|
||||
- startup checks (fail-fast)
|
||||
|
||||
## Consequences
|
||||
|
||||
### Positive
|
||||
- предсказуемость запуска
|
||||
- контроль конфигурации
|
||||
|
||||
### Negative
|
||||
- риск рассинхронизации env
|
||||
Reference in New Issue
Block a user