Skip to content

Commit 36c6f32

Browse files
authored
Merge pull request #67 from golony6449/main
`Character set '255' unsupported` 오류가 다시 발생함에 따라 변경한 설정 롤백
2 parents 5a6f5dd + 739430c commit 36c6f32

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)