Return species information as part of the flowcell json information.
[htsworkflow.git] / htsworkflow / frontend / settings.py
index 91eccf967e301615ae535fa6736df7c53d26ed3c..a1412836a7ef59686ca2108a400070bee3dfe2d9 100644 (file)
@@ -141,6 +141,9 @@ ADMIN_MEDIA_PREFIX = '/media/'
 # Make this unique, and don't share it with anybody.
 SECRET_KEY = '(ekv^=gf(j9f(x25@a7r+8)hqlz%&_1!tw^75l%^041#vi=@4n'
 
+# some of our urls need an api key
+DEFAULT_API_KEY = 'n7HsXGHIi0vp9j5u4TIRJyqAlXYc4wrH'
+
 # List of callables that know how to import templates from various sources.
 TEMPLATE_LOADERS = (
     'django.template.loaders.filesystem.load_template_source',