Allow to edit code host config temporarily in local dev by default (#57403)

I often want to quickly test a config change to a code host config, but then realize I forgot to set this env var manually again and then need to restart the entire stack.
I don't think disallowing edits is a great default, so instead of adding it to my override file I'm proposing to add it to the general configuration.
This commit is contained in:
Erik Seliger 2023-10-06 14:30:39 +02:00 committed by GitHub
parent 425d738b12
commit 72f51ec893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,6 +134,9 @@ env:
TELEMETRY_GATEWAY_EXPORTER_EXPORT_ADDR: "http://127.0.0.1:10080"
# By default, allow temporary edits to external services.
EXTSVC_CONFIG_ALLOW_EDITS: true
commands:
server:
description: Run an all-in-one sourcegraph/server image