Skip to content

Commit 06300cd

Browse files
committed
rm leftover code
1 parent c792bef commit 06300cd

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

justfile

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ up:
1919
fi
2020
fi
2121
22-
2322
# Tears down the local development dependencies
2423
down:
2524
docker compose down --remove-orphans
@@ -36,23 +35,6 @@ r CMD *ARGS:
3635
run CMD *ARGS:
3736
go run -race cmd/{{CMD}}/main.go {{ARGS}}
3837

39-
# Builds and runs discover against the staging environment. Follow the instructions in the README to get set up.
40-
discover-staging:
41-
just r discover run \
42-
--rkey=$DISCOVER_FEED_RKEY \
43-
--account-did=$DISCOVER_FEED_DID \
44-
--did-doc-path=$DISCOVER_FEED_DID_DOC_PATH \
45-
--atp-bgs-host=wss://bsky.social \
46-
--listen=0.0.0.0:6666 \
47-
--pprof-listen=127.0.0.1:6060 \
48-
--database-url=postgres://postgres:postgres@algo3.internal.pop2.bsky.network:5532/disc \
49-
--atlantis-etcd-prefix= \
50-
--vectoor-host=http://algo3.internal.pop2.bsky.network:3337 \
51-
--triton-host=algo3.internal.pop2.bsky.network:8401 \
52-
--memcached-addrs=algo3.internal.pop2.bsky.network:11211 \
53-
--readonly \
54-
--enable-busboy=false
55-
5638
# Runs the tests
5739
t *ARGS="./...":
5840
go test -count=1 -covermode=atomic -coverprofile=test-coverage.out {{ARGS}}

0 commit comments

Comments
 (0)