Skip to content

Commit

Permalink
fix: encoding UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
toychip committed Aug 17, 2024
1 parent f1eb99c commit cfa5402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: java -jar -Duser.timezone=Asia/Seoul -Dspring.profiles.active=prod -Dserver.port=5000 -DJASYPT_ENCRYPTOR_PASSWORD={JASYPT_SECRET} ./application.jar
web: java -jar -Duser.timezone=Asia/Seoul -Dspring.profiles.active=prod -Dserver.port=5000 -Dfile.encoding=UTF-8 -DJASYPT_ENCRYPTOR_PASSWORD={JASYPT_SECRET} ./application.jar

0 comments on commit cfa5402

Please sign in to comment.