Move local secrets to ignored CONTEXT.local.md
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
.venv/
|
.venv/
|
||||||
|
CONTEXT.local.md
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ docker compose up -d --build
|
|||||||
## Git
|
## Git
|
||||||
- Remote: `https://git.ruslan.xyz/ruslan/mont_vendor_maps.git`
|
- Remote: `https://git.ruslan.xyz/ruslan/mont_vendor_maps.git`
|
||||||
- Логин для push: `ruslan@ipcom.su`
|
- Логин для push: `ruslan@ipcom.su`
|
||||||
- Пароль/токен не хранить в репозитории и контекстных файлах; использовать через credential manager или переменные окружения.
|
- Локальные секреты хранить в `CONTEXT.local.md` (файл в `.gitignore`, не пушится).
|
||||||
|
|
||||||
## Заметки
|
## Заметки
|
||||||
- Приложение хранит данные в `matrix.db`.
|
- Приложение хранит данные в `matrix.db`.
|
||||||
|
|||||||
Reference in New Issue
Block a user