From 5974e8229e94899840e2cc38787c878a423f68e6 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Sat, 7 Oct 2023 21:16:00 -0400 Subject: Add basic stoplight control --- config.example.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.example.json') diff --git a/config.example.json b/config.example.json index e184e51..90681f3 100644 --- a/config.example.json +++ b/config.example.json @@ -18,5 +18,6 @@ "id": "changeme" }, "sentry_dsn": "", - "module_path": "./build/" + "module_path": "./build/", + "stoplight_base": "http://stoplight.onefortytwo.life:8000" } \ No newline at end of file -- cgit v1.2.3