We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7207d7a commit c77821dCopy full SHA for c77821d
flake.nix
@@ -670,8 +670,6 @@
670
export GRN_PLUGINS_DIR=${supabase-groonga}/lib/groonga/plugins
671
PGTAP_CLUSTER=$(mktemp -d)
672
initdb --locale=C --username=supabase_admin -D "$PGTAP_CLUSTER"
673
- substitute ${./nix/tests/postgresql.conf.in} "$PGTAP_CLUSTER"/postgresql.conf \
674
- --subst-var-by PGSODIUM_GETKEY_SCRIPT "${getkey-script}/bin/pgsodium-getkey"
675
echo "listen_addresses = '*'" >> "$PGTAP_CLUSTER"/postgresql.conf
676
echo "port = 5435" >> "$PGTAP_CLUSTER"/postgresql.conf
677
echo "host all all 127.0.0.1/32 trust" >> $PGTAP_CLUSTER/pg_hba.conf
0 commit comments