# ===== WBX Spring Core — 환경변수 ===== # 이 파일을 환경에 맞게 수정하세요. # --- 프로필 --- SPRING_PROFILES_ACTIVE=prod,mysql # --- 서버 --- SERVER_CONTEXT_PATH=/ # --- JWT (필수 변경) --- JWT_SECRET=your-production-secret-key-minimum-256-bits-long # --- DB --- DB_HOST=ws.ubuilder.co.kr DB_PORT=3306 DB_NAME=mos DB_USER=jsh DB_PASS=jsh@ # --- Redis --- SPRING_DATA_REDIS_HOST=localhost # --- CORS --- CORS_ORIGINS=https://app.company.com # --- 로그 경로 --- LOG_PATH=D:\wbx-app\logs\app.log # --- Azure SSO (azure 프로필 사용 시) --- # AZURE_CLIENT_ID= # AZURE_CLIENT_SECRET= # AZURE_TENANT_ID= # --- Azure Blob Storage --- # AZURE_STORAGE_ACCOUNT= # AZURE_STORAGE_KEY= # AZURE_CONTAINER=uploads # --- AWS Cognito (aws 프로필 사용 시) --- # AWS_COGNITO_CLIENT_ID= # AWS_COGNITO_CLIENT_SECRET= # AWS_USER_POOL_ID= # AWS_REGION=ap-northeast-2 # --- AWS S3 --- # AWS_S3_BUCKET= # AWS_ACCESS_KEY= # AWS_SECRET_KEY=