From 72f51ec8932d81e29b6c0b4bb898e36b39a7418b Mon Sep 17 00:00:00 2001 From: Erik Seliger Date: Fri, 6 Oct 2023 14:30:39 +0200 Subject: [PATCH] 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. --- sg.config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sg.config.yaml b/sg.config.yaml index 8c8fe643679..8da55896941 100644 --- a/sg.config.yaml +++ b/sg.config.yaml @@ -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