Files
EbayListingTool/EbayListingTool/appsettings.json
Peter Foster 48c6049dfc Track appsettings.json in git; remove from gitignore
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-14 02:48:56 +01:00

15 lines
377 B
JSON

{
"Ebay": {
"ClientId": "YOUR_EBAY_CLIENT_ID",
"ClientSecret": "YOUR_EBAY_CLIENT_SECRET",
"RuName": "YOUR_EBAY_RUNAME",
"Sandbox": true,
"RedirectPort": 8080,
"DefaultPostcode": "NR1 1AA"
},
"OpenRouter": {
"ApiKey": "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",
"Model": "anthropic/claude-sonnet-4-5"
}
}