10 lines
395 B
Bash
10 lines
395 B
Bash
# Telerik License Key
|
|
# Get your license key from: https://www.telerik.com/kendo-blazor-ui/my-license/
|
|
# This is a long signed string, different from your NuGet password.
|
|
TELERIK_LICENSE=your_telerik_license_key_here
|
|
|
|
# Telerik NuGet Credentials
|
|
# Use 'api-key' for Username if using an API Key
|
|
TELERIK_USERNAME=your_telerik_username_or_api-key
|
|
TELERIK_PASSWORD=your_telerik_password_or_api_key
|