Set character set for fhoss

This commit is contained in:
herlesupreeth
2021-10-15 16:41:42 +02:00
parent 0d97859f3a
commit aa3633256f

View File

@@ -8,6 +8,9 @@ hibernate.connection.url=jdbc:mysql://MYSQL_IP:3306/hss_db
hibernate.connection.username=hss
hibernate.connection.password=hss
hibernate.connection.isolation=1
hibernate.connection.characterEncoding=utf8
hibernate.connection.useUnicode=true
hibernate.connection.CharSet=utf8
# C3P0 configuration
hibernate.c3p0.acquire_increment=1