feat: SWG 가스켓 전체 구성 정보 표시 개선
Some checks failed
SonarQube Analysis / SonarQube Scan (push) Has been cancelled
Some checks failed
SonarQube Analysis / SonarQube Scan (push) Has been cancelled
- H/F/I/O SS304/GRAPHITE/CS/CS 패턴에서 4개 구성요소 모두 표시 - 기존 SS304 + GRAPHITE → SS304/GRAPHITE/CS/CS로 완전한 구성 표시 - 외부링/필러/내부링/추가구성 모든 정보 포함 - 구매수량 계산 모달에서 정확한 재질 정보 확인 가능
This commit is contained in:
25
backend/env.example
Normal file
25
backend/env.example
Normal file
@@ -0,0 +1,25 @@
|
||||
# TK-MP-Project 환경변수 설정 예시
|
||||
# 실제 사용 시 .env 파일로 복사하여 사용
|
||||
|
||||
# 환경 설정 (development, production, synology)
|
||||
ENVIRONMENT=development
|
||||
|
||||
# 애플리케이션 설정
|
||||
APP_NAME=TK-MP BOM Management API
|
||||
APP_VERSION=1.0.0
|
||||
DEBUG=true
|
||||
|
||||
# 데이터베이스 설정
|
||||
DATABASE_URL=postgresql://tkmp_user:tkmp_password_2025@postgres:5432/tk_mp_bom
|
||||
|
||||
# Redis 설정
|
||||
REDIS_URL=redis://redis:6379
|
||||
|
||||
# 보안 설정
|
||||
# CORS_ORIGINS=["http://localhost:3000","http://localhost:5173"] # 필요시 직접 설정
|
||||
MAX_FILE_SIZE=52428800 # 50MB in bytes
|
||||
ALLOWED_FILE_EXTENSIONS=[".xlsx",".xls",".csv"]
|
||||
|
||||
# 로깅 설정
|
||||
LOG_LEVEL=INFO
|
||||
LOG_FILE=logs/app.log
|
||||
Reference in New Issue
Block a user