mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-21 20:41:57 +00:00
Found remnants of fireguard
This commit is contained in:
5
scripts/bootstrap_cloudfire_dev.sql
Normal file
5
scripts/bootstrap_cloudfire_dev.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Execute this with your DB admin user
|
||||
create role cloudfire;
|
||||
alter role cloudfire with password 'postgres';
|
||||
alter role cloudfire with login;
|
||||
alter role cloudfire with superuser;
|
||||
Reference in New Issue
Block a user