src.nth.io/

summaryrefslogtreecommitdiff
path: root/dendrite/server/templates/setup_db.psql.j2
blob: 27667cca4a7d6d232b3cecc0defe994264025c2e (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}};