]> git.r.bdr.sh - rbdr/lgtm/blame - config/config.js
Serve the basic design
[rbdr/lgtm] / config / config.js
CommitLineData
322c92fd
BB
1'use strict';
2
3const Getenv = require('getenv');
4
5const internals = {};
6
7module.exports = internals.Config = {
8 port: Getenv.int('LGTM_PORT', 1728),
9 staticDirectory: Getenv('LGTM_STATIC_DIRECTORY', 'static')
10};