Skip to content

Commit

Permalink
chore: set charset utf8mb4 for postgres-etherpad
Browse files Browse the repository at this point in the history
  • Loading branch information
andirueckel committed Mar 5, 2024
1 parent f3fcfd4 commit fcc7f03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/etherpad.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"port": "5432",
"database": "etherpad",
"user": "etherpad",
"password": "${ETHERPAD_POSTGRES_PASSWORD}"
"password": "${ETHERPAD_POSTGRES_PASSWORD}",
"charset": "utf8mb4"
},
"defaultPadText": "",
"padOptions": {
Expand Down

0 comments on commit fcc7f03

Please sign in to comment.