mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-08-02 11:12:16 +02:00
pushgateway
This commit is contained in:
parent
791d21b7c4
commit
66a14cc332
9 changed files with 32 additions and 738 deletions
|
@ -269,7 +269,7 @@ def build_config() -> dict[str, Any]:
|
|||
|
||||
c["db"] = {"db_url": os.environ.get("DB_URL", "sqlite:///state.sqlite")}
|
||||
|
||||
c["protocols"] = {"pb": {"port": "tcp:9989:interface=\\:\\:"}}
|
||||
c["protocols"] = {"pb": {"port": "tcp:9989:interface=127.0.0.1"}}
|
||||
c["buildbotURL"] = BUILDBOT_URL
|
||||
c["collapseRequests"] = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue