Skip to content

Commit 739430c

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyconweb2022/pyconweb2022/settings_prod.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +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"),
14-
"OPTIONS": {"charset": "utf8bm4"},
13+
"PORT": os.getenv("AWS_RDS_PORT")
1514
}
1615
}
1716

0 commit comments

Comments
 (0)