diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/index.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/index.js b/config/index.js new file mode 100644 index 0000000..8199cbc --- /dev/null +++ b/config/index.js @@ -0,0 +1,7 @@ +const Getenv = require('getenv'); + +module.exports = { + + port: Getenv.int('CORONA_REGELN_PORT', 4949), + ruleCount: Getenv.int('CORONA_REGELN_RULE_COUNT', 4) +}; |