diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-12-19 14:21:33 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-12-19 14:21:33 +0100 |
| commit | 5d9f7190bd118fe4d44594d7a9584de98b527467 (patch) | |
| tree | c323938b4626290a227a652380af769d7f4c4518 /config | |
| parent | 29f687276d9e9ef01ce70ebd210a01386ca581ae (diff) | |
Port to svelte
Diffstat (limited to 'config')
| -rw-r--r-- | config/index.js | 7 |
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) -}; |