-
-
Notifications
You must be signed in to change notification settings - Fork 1
Bielu.Umbraco.Cdn.Cloudflare
Arkadiusz Biel edited this page Mar 12, 2023
·
3 revisions
This package is integration for cdn refresher for Umbraco, cdn settings are as following:
"bielu": {
"cdn": {
"cloudflare": {
"enabled": true,
"Auditing": true,
"Preview": false,
"enterprise": false,
"apiKey": "apiKey",
"email" : "test@test.pl",
"token": "token"
}
}
},
to enable integration please add this code
.AddBieluUmbracoCdnForCloudflare()
to your startup.cs after .AddComposers()