Skip to content

Commit 5ba7dec

Browse files
AvangardAvangard
authored andcommitted
chore: clean up repo for public visibility
- Remove .claude-memory.md - Replace hardcoded admin credentials in README - Remove continue-on-error from CI pipeline
1 parent e3efe0b commit 5ba7dec

3 files changed

Lines changed: 2 additions & 78 deletions

File tree

.claude-memory.md

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

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,9 @@ jobs:
9090
JWT_SECRET_KEY: test-jwt-secret
9191
SECRET_KEY: test-secret-key
9292
OPENAI_API_KEY: sk-test
93-
continue-on-error: true # Пока тестов нет
9493

9594
- name: Upload coverage
9695
uses: codecov/codecov-action@v4
9796
with:
9897
files: backend/coverage.xml
9998
fail_ci_if_error: false
100-
continue-on-error: true

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ venv/bin/uvicorn backend.main:app --host 0.0.0.0 --port 8000 >> logs/backend.log
172172

173173
### Admin Login
174174
```
175-
Email: admin@biotact.uz
176-
Password: admin123
175+
Email: <admin-email>
176+
Password: <your-secure-password>
177177
```
178178

179179
### Upload Documents

0 commit comments

Comments
 (0)