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).
1 files changed, 6 insertions(+), 0 deletions(-) M config.example.ini
M config.example.ini => config.example.ini +6 -0
@@ 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