From 7c93f8f5fa314dff92ec34b0f306ef1209347677 Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 29 Jul 2024 23:07:26 +0100 Subject: [PATCH] Fix example config --- example_config_json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_config_json b/example_config_json index c4cbd50..6944efc 100644 --- a/example_config_json +++ b/example_config_json @@ -3,7 +3,7 @@ "port": 7555, "deboutputDir": "/srv/www/canary-incoming/", "upstreamFallback": true, - "buildRepo": "https://{token}@git.pika-os.com/repo-tools/run-upstream-build.git", + "buildRepo": "https://git.pika-os.com/repo-tools/run-upstream-build.git", "buildBranch": "main", "gitCache": "./gitcache/buildrepo", "gitToken": "neverGonnaGiveYouUp",