this repo has no description
32
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add rsky example config and bump version to 0.2.0

authored by

alice and committed by tangled.org bad966ed 8e29a26d

+15 -1
+14
examples/rsky-dual.json
··· 1 + { 2 + "pdsUrl": "https://rsky.pdslab.net", 3 + "artifactsDir": "data/browser-smoke/rsky-dual", 4 + "targetHandle": "alice.mosphere.at", 5 + "strictErrors": true, 6 + "primary": { 7 + "handle": "smoke-a.rsky.pdslab.net", 8 + "password": "replace-me" 9 + }, 10 + "secondary": { 11 + "handle": "smoke-b.rsky.pdslab.net", 12 + "password": "replace-me-too" 13 + } 14 + }
+1 -1
package.json
··· 1 1 { 2 2 "name": "atproto-smoke", 3 - "version": "0.1.2", 3 + "version": "0.2.0", 4 4 "private": true, 5 5 "description": "ATProto PDS compatibility smoke and end-to-end browser checks", 6 6 "type": "module",