X-Git-Url: https://git.r.bdr.sh/rbdr/lgtm/blobdiff_plain/927c9aae8b0e28b39f0ee913d9bf53a3c0687e43..649f66982d2152d36a782577043505835f235987:/config/config.js diff --git a/config/config.js b/config/config.js index 3204568..c98a0be 100644 --- a/config/config.js +++ b/config/config.js @@ -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') };