Skip to content

Commit

Permalink
Fix: 프로파일 설정 변수 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
suminnnnn committed Sep 27, 2024
1 parent 04cc071 commit 69e7740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ebextensions/00-makeFiles.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ files:

# run app
killall java
java -Dfile.encoding=UTF-8 -Dspring.profiles.active=dev -jar $JAR_PATH
java -Dfile.encoding=UTF-8 -Dspring.profiles.active=${SPRING_PROFILES_ACTIVE} -jar $JAR_PATH

0 comments on commit 69e7740

Please sign in to comment.