Add api-origin to example config

If the service is not behind a reverse proxy (e.g. during local
development/testing) then this is needed by meta.sr.ht for API discovery
for all services that have a seperate API component. Add this (commented
out) to the example config, to make it easier to discover this (and
require less documentation).
This commit is contained in:
Conrad Hoffmann 2022-04-07 10:13:07 +02:00 committed by Drew DeVault
parent 1838cce8c7
commit 9fb34d9273
1 changed files with 6 additions and 0 deletions

View File

@ -128,6 +128,12 @@ s3-prefix=
# Required for preparing and sending patchsets from git.sr.ht
outgoing-domain=
#
# Origin URL for the API
# Only needed if not run behind a reverse proxy, e.g. for local development.
# By default, the API port is 100 more than the web port
#api-origin=http://localhost:5101
[git.sr.ht::api]
#
# Maximum complexity of GraphQL queries. The higher this number, the more work