Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# API Key for authorization
$wgBunnyApiKey = '';

# Zone ID for where MediaWiki pages are stored. ID is numeric and not the zone name
$wgBunnyPageZoneId = '';

# Zone ID for where Files are stored. ID is numeric and not the zone name. Falls back to the Page Zone Id
$wgBunnyFileZoneId = '';

# Domains that are supported for either Single Page Caching, and also used for the Content-Security-Policy
$wgBunnyFileZoneDomain = [
    'my-bunny-site.net',
];

# If single page caching is supported
$wgBunnySinglePageCaching = false;

About

A MediaWiki extension for interacting with Content Distribution Networks

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages