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

2
.env.example Normal file
View File

@@ -0,0 +1,2 @@
ADMIN_TOKEN=강한-랜덤-토큰-여기-넣기
PORT=8501