From 938ad50681633fa33b16328d4ecee291fd70a334 Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 3 Dec 2025 09:16:56 +0000 Subject: [PATCH] =?UTF-8?q?bgs=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bgs.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bgs.md b/bgs.md index e4b3c57..e5d1a16 100644 --- a/bgs.md +++ b/bgs.md @@ -6,6 +6,5 @@ $ curl -X POST "https://bgs.syu.is/admin/pds/addTrustedDomain?domain=${PDS_HOST} ``` ```sh -$ docker exec -it at-database-1 psql -U postgres -d bgs -c "UPDATE slurp_configs SET new_subs_disabled = false WHERE id = 1;" -$ docker exec -it at-database-1 psql -U postgres -d bgs -c "UPDATE slurp_configs SET new_pds_per_day_limit = 1000 WHERE id = 1;" +$ docker exec -it at-database-1 psql -U postgres -d bgs -c "UPDATE slurp_configs SET new_subs_disabled = false, new_pds_per_day_limit = 1000 WHERE id = 1;" ``` \ No newline at end of file