diff --git a/curl.md b/curl.md index 2c76ee0..c001c3d 100644 --- a/curl.md +++ b/curl.md @@ -426,15 +426,17 @@ json="{\"action\": \"com.atproto.admin.defs#authVerifier\", \"subject\": {\"$typ curl -X POST -u admin:${admin_password} -H "Content-Type: application/json" -d "$json" -sL $url ``` -indigo-goatを使ってozoneを管理するようです。 +indigo-goatを使ってラベルを管理する方法です。 https://github.com/bluesky-social/atproto/discussions/3607 +ozoneで管理されるようです。 + ```diff # https://github.com/bluesky-social/atproto/blob/246562694fbc84dfcdace19c863f8fb2fe074739/packages/ozone/src/config/env.ts#L40-L44 - verifierUrl: envStr('OZONE_VERIFIER_URL'), - verifierDid: envStr('OZONE_VERIFIER_DID'), - verifierPassword: envStr('OZONE_VERIFIER_PASSWORD'), - verifierIssuersToIndex: envList('OZONE_VERIFIER_ISSUERS_TO_INDEX'), - jetstreamUrl: envStr('OZONE_VERIFIER_JETSTREAM_URL'), +OZONE_VERIFIER_URL +OZONE_VERIFIER_DID +OZONE_VERIFIER_PASSWORD +OZONE_VERIFIER_ISSUERS_TO_INDEX +OZONE_VERIFIER_JETSTREAM_URL ``` \ No newline at end of file