CondeNast / purgely

A WordPress plugin to manage Fastly caching behavior and purging.
24 stars 9 forks source link

Check for config constants #7

Closed tollmanz closed 8 years ago

tollmanz commented 8 years ago

Requests are mangled if the right configuration variables are not set (e.g., PURGELY_FASTLY_SERVICE_ID). Let's do some checking of these values to make sure they are set before performing the purges.

tollmanz commented 8 years ago

Now that the settings have been reworked, this is not an issue. Also, this was a silly ticket in the first place since we define the constants if they are not defined by the user. There's nothing to do here.