~comcloudway/builds.sr.ht

acc8707af98cdc23fc66a1c7d7d2ce012bdc059c — Conrad Hoffmann 2 years ago 84c5482
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 (and require
less documentation).
1 files changed, 5 insertions(+), 0 deletions(-)

M config.example.ini
M config.example.ini => config.example.ini +5 -0
@@ 100,6 100,11 @@ shell=/usr/bin/master-shell
#
# Set to "yes" to allow nonpaying users to submit builds
allow-free=yes
#
# 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:5102

#
# These config options are only necessary for systems running a build runner