this repo has no description
1NGROK_HOSTNAME = 'routinely-right-barnacle.ngrok-free.app'
2
3def did_doc():
4 return {
5 '@context': ['https://www.w3.org/ns/did/v1'],
6 'id': f'did:web:{NGROK_HOSTNAME}',
7 'service': [
8 {
9 'id': '#bsky_fg',
10 'type': 'BskyFeedGenerator',
11 'serviceEndpoint': f'https://{NGROK_HOSTNAME}',
12 },
13 ],
14 }