-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathenv.yaml
More file actions
36 lines (31 loc) · 1.07 KB
/
Copy pathenv.yaml
File metadata and controls
36 lines (31 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
DATASTORE_DB: us-single-region
PDS_HOST: atproto.brid.gy
PLC_HOST: plc.directory
APPVIEW_HOST: api.bsky.app
BGS_HOST: bsky.network
MOD_SERVICE_HOST: mod.bsky.app
MOD_SERVICE_DID: did:plc:ar7c4by46qjdydhdevvrndac
MEMCACHE_HOST: '10.126.144.67'
# ...or test against labeler.dholms.xyz / did:plc:vzxheqfwpbi3lxbgdh22js66
SNAPCHAIN_HOST: crackle.farcaster.xyz
# >- folds newlines into spaces, which arroba strips
SUPPORTED_COLLECTIONS: >-
app.bsky.actor.profile,
app.bsky.feed.like,
app.bsky.feed.post,
app.bsky.feed.repost,
app.bsky.graph.block,
app.bsky.graph.follow,
app.bsky.graph.listblock,
chat.bsky.actor.declaration,
community.lexicon.payments.webMonetization,
site.standard.document,
site.standard.publication
# this disables blob refetching
# BLOB_REFETCH_TYPES: ''
# set to enable read only mode (eg during planned maintenance)
# https://github.com/snarfed/bridgy-fed/issues/2458
# READ_ONLY: true
# https://github.com/googleapis/python-ndb/blob/c55ec62b5153787404488b046c4bf6ffa02fee64/google/cloud/ndb/utils.py#L78-L81
# NDB_DEBUG: true
DISABLE_GETREPO: "true"