Skip to content
Snippets Groups Projects
Commit 0718d200 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Move all CLOUDFLARE_API_* vars to env.

parent fc228a06
No related branches found
No related tags found
No related merge requests found
......@@ -74,9 +74,9 @@ if 'CLOUDFLARE_API_TOKEN' in env:
WAGTAILFRONTENDCACHE = {
'cloudflare': {
'BACKEND': 'wagtail.contrib.frontend_cache.backends.CloudflareBackend',
'EMAIL': 'blah@opentech.fund',
'EMAIL': env['CLOUDFLARE_API_EMAIL'],
'TOKEN': env['CLOUDFLARE_API_TOKEN'],
'ZONEID': '5f8c38d2059c775439b3b562fc51a636',
'ZONEID': env['CLOUDFLARE_API_ZONEID'],
},
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment