Skip to content

Commit 44c81a0

Browse files
authored
Merge pull request #68 from golony6449/main
(코드 포멧 수정)`Character set '255' unsupported` 오류가 다시 발생함에 따라 변경한 설정 롤백
2 parents 36c6f32 + 2947a65 commit 44c81a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyconweb2022/pyconweb2022/settings_prod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"USER": os.getenv("AWS_RDS_USER_ID"),
1111
"PASSWORD": os.getenv("AWS_RDS_PW"),
1212
"HOST": os.getenv("AWS_RDS_HOST"),
13-
"PORT": os.getenv("AWS_RDS_PORT")
13+
"PORT": os.getenv("AWS_RDS_PORT"),
1414
}
1515
}
1616

0 commit comments

Comments
 (0)