-
Notifications
You must be signed in to change notification settings - Fork 2
Provider Configuration
Peter Chapman edited this page Apr 10, 2021
·
2 revisions
To load translations from providers, you will need to set up the API key for use with that provider. Some providers do not require API keys, and will run out of the box, such as the NET Bible.
dotnet user-secrets set "Providers:BibleApi:ApiKey" "your-key-here"
dotnet user-secrets set "Providers:BibliaApi:ApiKey" "your-key-here"
dotnet user-secrets set "Providers:DigitalBiblePlatformApi:ApiKey" "your-key-here"
dotnet user-secrets set "Providers:EsvBible:ApiKey" "your-key-here"
dotnet user-secrets set "Providers:NltBible:ApiKey" "your-key-here"
Note: Any providers you do not configure will not return translations, and so be unavailable.