src.nth.io/

summaryrefslogtreecommitdiff
path: root/dendrite/server/templates/setup_db.psql.j2
blob: 02b3e2f9f223a973ac814eeacc357f1e8daf6cd9 (plain)
1
2
CREATE USER {{dendrite_db_user}} WITH ENCRYPTED PASSWORD '{{dendrite_db_pass}}';
CREATE DATABASE {{dendrite_db}} WITH OWNER {{dendrite_db_user}};