kopia lustrzana https://github.com/snarfed/bridgy-fed
18 wiersze
401 B
YAML
18 wiersze
401 B
YAML
# https://cloud.google.com/appengine/docs/flexible/reference/dispatch-yaml?tab=python
|
|
|
|
dispatch:
|
|
- url: "*/admin/atproto"
|
|
service: atproto-hub
|
|
|
|
- url: "*/queue/atproto-commit"
|
|
service: atproto-hub
|
|
|
|
- url: "*/queue/*"
|
|
service: router
|
|
|
|
- url: "*/xrpc/com.atproto.sync.subscribeRepos"
|
|
service: atproto-hub
|
|
|
|
# - url: "*/xrpc/com.atproto.sync.getRepo"
|
|
# service: atproto-sync
|