Skip to content

Commit

Permalink
fix reporting config
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Feb 22, 2024
1 parent a7d8f48 commit a1b2e85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ PDS_ADMIN_EMAIL="${3:-}"
PDS_DID_PLC_URL="https://plc.directory"
PDS_BSKY_APP_VIEW_URL="https://api.bsky.app"
PDS_BSKY_APP_VIEW_DID="did:web:api.bsky.app"
PDS_REPORT_SERVICE_URL="https://mod.bsky.app"
PDS_REPORT_SERVICE_DID="did:plc:ar7c4by46qjdydhdevvrndac"
PDS_CRAWLERS="https://bsky.network"

function usage {
Expand Down Expand Up @@ -335,6 +337,8 @@ PDS_BLOBSTORE_DISK_LOCATION=${PDS_DATADIR}/blocks
PDS_DID_PLC_URL=${PDS_DID_PLC_URL}
PDS_BSKY_APP_VIEW_URL=${PDS_BSKY_APP_VIEW_URL}
PDS_BSKY_APP_VIEW_DID=${PDS_BSKY_APP_VIEW_DID}
PDS_REPORT_SERVICE_URL=${PDS_REPORT_SERVICE_URL}
PDS_REPORT_SERVICE_DID=${PDS_REPORT_SERVICE_DID}
PDS_CRAWLERS=${PDS_CRAWLERS}
PDS_CONFIG

Expand Down

0 comments on commit a1b2e85

Please sign in to comment.