Skip to content

Commit 2947a65

Browse files
committed
Character set '255' unsupported 오류가 다시 발생함에 따라 변경한 설정 롤백
1 parent 739430c commit 2947a65

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)