]>
git.r.bdr.sh - rbdr/lgtm/blob - config/config.js
c98a0be024c20bb91e42c84dc241d0db1a6e5c4e
3 const Getenv
= require('getenv');
7 module
.exports
= internals
.Config
= {
8 port: Getenv
.int('LGTM_PORT', 1728),
9 staticDirectory: Getenv('LGTM_STATIC_DIRECTORY', 'static'),
10 templateDirectory: Getenv('LGTM_TEMPLATE_DIRECTORY', 'templates')