]> git.r.bdr.sh - rbdr/lgtm/blobdiff - config/config.js
Use a template instead of static html index
[rbdr/lgtm] / config / config.js
index 3204568710c621d663b36b9336dabc4f38abe77d..c98a0be024c20bb91e42c84dc241d0db1a6e5c4e 100644 (file)
@@ -6,5 +6,6 @@ const internals = {};
 
 module.exports = internals.Config = {
   port: Getenv.int('LGTM_PORT', 1728),
-  staticDirectory: Getenv('LGTM_STATIC_DIRECTORY', 'static')
+  staticDirectory: Getenv('LGTM_STATIC_DIRECTORY', 'static'),
+  templateDirectory: Getenv('LGTM_TEMPLATE_DIRECTORY', 'templates')
 };