Switch deployment port to 8019

Update run script and Apache proxy target to use port 8019 and document the default port.
This commit is contained in:
dsyoon
2026-01-30 13:44:51 +09:00
parent 3cc8fb2694
commit d5ae9c3c57
3 changed files with 4 additions and 3 deletions

View File

@@ -42,5 +42,6 @@ http://localhost:8000
## 주의 사항
- PostgreSQL 접속 정보는 프로젝트 루트의 `.env`에서 로드합니다.
- `server/`에서 실행하더라도 루트 `.env`가 적용됩니다.
- 배포 스크립트 기본 포트는 `8019`이며 `PORT`로 변경할 수 있습니다.
- ffmpeg가 설치되어 있어야 합니다.
- mp3 파일은 `resources/` 아래에 저장됩니다.