Update appsettings to point to the right endpoint

This commit is contained in:
Timothé 2026-06-12 10:35:52 +02:00
parent a645bfa804
commit b9ff3c64cd

View File

@ -12,7 +12,7 @@
"BatchSize": 40,
"MaxRetries": 3,
"DelayBetweenRequests": 2000,
"InputFile": "https://raw.githubusercontent.com/btcpayserver/btcpayserver/master/BTCPayServer/Services/Translations.Default.cs",
"InputFile": "https://raw.githubusercontent.com/btcpayserver/btcpayserver/master/BTCPayServer/Plugins/Translations/Translations.Default.cs",
"OutputDirectory": "../translations",
"BTCPayUrl": ""
},