PABX da Simples IP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
373 B

---------------------
-- CREATE USERS DB --
---------------------
create user simplesip with encrypted password 'smplsIP';
grant all privileges on database pbx to simplesip;
create user postgres with encrypted password 'SIP$$';
grant all privileges on database pbx to postgres;
create user root with encrypted password '';
grant all privileges on database pbx to root;