src.nth.io/

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