Feat: config pour déployer matrix
This commit is contained in:
5
matrix/postgres/init.sql
Normal file
5
matrix/postgres/init.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE ROLE synapse;
|
||||
ALTER ROLE synapse WITH PASSWORD 'password';
|
||||
ALTER ROLE synapse WITH LOGIN;
|
||||
CREATE DATABASE synapse ENCODING 'UTF8' LC_COLLATE='C' LC_CTYPE='C' template=template0 OWNER synapse;
|
||||
GRANT ALL PRIVILEGES ON DATABASE synapse TO synapse;
|
||||
Reference in New Issue
Block a user