mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
some fixups
This commit is contained in:
parent
283e632772
commit
8648b761bf
2 changed files with 8323 additions and 23686 deletions
|
@ -66,7 +66,7 @@
|
||||||
}];
|
}];
|
||||||
initialScript = ''
|
initialScript = ''
|
||||||
CREATE USER iceshrimp WITH PASSWORD 'iceshrimp';
|
CREATE USER iceshrimp WITH PASSWORD 'iceshrimp';
|
||||||
ALTER USER firefish WITH SUPERUSER;
|
ALTER USER iceshrimp WITH SUPERUSER;
|
||||||
GRANT ALL ON DATABASE iceshrimp TO iceshrimp;
|
GRANT ALL ON DATABASE iceshrimp TO iceshrimp;
|
||||||
'';
|
'';
|
||||||
listen_addresses = "127.0.0.1";
|
listen_addresses = "127.0.0.1";
|
||||||
|
|
Loading…
Add table
Reference in a new issue