]> git.r.bdr.sh - rbdr/corona-regeln/blob - config/index.js
Capitalise mask names
[rbdr/corona-regeln] / config / index.js
1 const Getenv = require('getenv');
2
3 module.exports = {
4
5 port: Getenv.int('CORONA_REGELN_PORT', 4949),
6 ruleCount: Getenv.int('CORONA_REGELN_RULE_COUNT', 4)
7 };