mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-17 16:56:38 +08:00
fix: fixed bug for Emoji can not insert to MySQL
This commit is contained in:
parent
e60863a290
commit
c198e83f70
@ -1,6 +1,6 @@
|
|||||||
Listen = "0.0.0.0:5678"
|
Listen = "0.0.0.0:5678"
|
||||||
ProxyURL = "http://172.22.11.200:7777"
|
ProxyURL = "http://172.22.11.200:7777"
|
||||||
MysqlDns = "root:12345678@tcp(172.28.173.76:3307)/chatgpt_plus?charset=utf8mb4&parseTime=True&loc=Local"
|
MysqlDns = "root:12345678@tcp(172.28.173.76:3307)/chatgpt_plus?charset=utf8mb4&collation=utf8mb4_unicode_ci&parseTime=True&loc=Local"
|
||||||
StaticDir = "./static"
|
StaticDir = "./static"
|
||||||
StaticUrl = "http://localhost:8080/static"
|
StaticUrl = "http://localhost:8080/static"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user