feat: .env 기반 ADMIN_TOKEN 관리

- docker-compose가 .env 자동 로드
- .env는 gitignore (token 노출 방지)
- .env.example 템플릿 추가
- README 절차 업데이트

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
th-kim0823
2026-04-25 19:45:18 +09:00
parent c76ecbaf32
commit 0c73d655a7
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@@ -5,4 +5,5 @@ venv/
*.db
*.sqlite
.env
!.env.example
.streamlit/secrets.toml