fix: Temporarily comment out oauth2_token in config template whilst a more principled way of choosing OAuth2 vs password is implemented

This commit is contained in:
Kiril Kovachev 2025-05-08 01:32:23 +01:00
parent 477a39d764
commit 9af87c2cbd

View File

@ -5,4 +5,4 @@ rest_url = "{}"
[auth] [auth]
username = "{}" username = "{}"
password = "{}" password = "{}"
oauth2_token = "{}" # oauth2_token = "{}"