prosody/templates/setup_db.psql.j2
author Luke Hoersten <luke@hoersten.org>
Mon, 19 Jul 2021 20:32:56 -0500
changeset 166 4ab7efce7321
parent 45 2d7ba960b157
child 227 2e0366f2dcbe
permissions -rw-r--r--
Removed matrix specific locations from pleroma nginx config.

CREATE USER {{prosody_db}} WITH ENCRYPTED PASSWORD '{{prosody_db_pass}}';
CREATE DATABASE {{prosody_db}} ENCODING 'UTF8' LC_COLLATE='C.UTF-8' LC_CTYPE='C.UTF-8' template=template0 OWNER {{prosody_db}};