aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2021-12-19 14:21:33 +0100
committerRuben Beltran del Rio <ruben@unlimited.pizza>2021-12-19 14:21:33 +0100
commit5d9f7190bd118fe4d44594d7a9584de98b527467 (patch)
treec323938b4626290a227a652380af769d7f4c4518 /config
parent29f687276d9e9ef01ce70ebd210a01386ca581ae (diff)
Port to svelte
Diffstat (limited to 'config')
-rw-r--r--config/index.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/index.js b/config/index.js
deleted file mode 100644
index 8199cbc..0000000
--- a/config/index.js
+++ /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)
-};