mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
cloudfire -> fireguard
This commit is contained in:
5
bin/bootstrap_fireguard_dev.sql
Normal file
5
bin/bootstrap_fireguard_dev.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Execute this with your DB admin user
|
||||
create role fireguard;
|
||||
alter role fireguard with password 'postgres';
|
||||
alter role firegurd with login;
|
||||
alter role fireguard with superuser;
|
||||
Reference in New Issue
Block a user