diff options
author | Cara Salter <cara@devcara.com> | 2023-10-07 21:16:00 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2023-10-07 21:16:00 -0400 |
commit | 5974e8229e94899840e2cc38787c878a423f68e6 (patch) | |
tree | 64472884c66844e75000a5c26878644756600d3c /config.example.json | |
parent | 201fd6765d1e33a541d9d1dc87969dda9aea1113 (diff) | |
download | 142bot-5974e8229e94899840e2cc38787c878a423f68e6.tar.gz 142bot-5974e8229e94899840e2cc38787c878a423f68e6.zip |
Add basic stoplight control
Diffstat (limited to 'config.example.json')
-rw-r--r-- | config.example.json | 3 |
1 files changed, 2 insertions, 1 deletions
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 |