From a552afceb335eef6d29660990786d9504763881b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 8 May 2020 20:25:51 +0200 Subject: [PATCH] Reset config too --- configs/prod/config.js.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/prod/config.js.tmpl b/configs/prod/config.js.tmpl index 4f35777..53ca713 100644 --- a/configs/prod/config.js.tmpl +++ b/configs/prod/config.js.tmpl @@ -1,6 +1,6 @@ module.exports = { endpoint: "https://git.autonomic.zone/api/v1/", - token: "{{ secret "api-token-v2" }}", + token: "{{ secret "api-token-v1" }}", platform: "gitea", logLevel: "info", onboarding: true,