From fcc7f035e6f6075d130a3523aafeb92105d17e8a Mon Sep 17 00:00:00 2001 From: Andi Rueckel Date: Tue, 5 Mar 2024 12:18:02 +0100 Subject: [PATCH] chore: set charset utf8mb4 for postgres-etherpad --- template/etherpad.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/etherpad.json b/template/etherpad.json index ab63f17..2012fdf 100644 --- a/template/etherpad.json +++ b/template/etherpad.json @@ -10,7 +10,8 @@ "port": "5432", "database": "etherpad", "user": "etherpad", - "password": "${ETHERPAD_POSTGRES_PASSWORD}" + "password": "${ETHERPAD_POSTGRES_PASSWORD}", + "charset": "utf8mb4" }, "defaultPadText": "", "padOptions": {