]> git.r.bdr.sh - rbdr/corona-regeln/blobdiff - config/index.js
Port to svelte
[rbdr/corona-regeln] / config / index.js
diff --git a/config/index.js b/config/index.js
deleted file mode 100644 (file)
index 8199cbc..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-const Getenv = require('getenv');
-
-module.exports = {
-
-  port: Getenv.int('CORONA_REGELN_PORT', 4949),
-  ruleCount: Getenv.int('CORONA_REGELN_RULE_COUNT', 4)
-};