X-Git-Url: https://git.xangelo.ca/?a=blobdiff_plain;f=src%2Fconfig.ts;h=ad7a3c5b976506898be2bf10b888898752b4295a;hb=6e2f57a73eb2fa9a58d4304d13a688d9635b0ebd;hp=908d21e7ece01c80c61d0c03dc32ca9bc685ec81;hpb=516deaa637cb322ddbb4fb9121d56d23fef5d7a8;p=browser-rts.git diff --git a/src/config.ts b/src/config.ts index 908d21e..ad7a3c5 100644 --- a/src/config.ts +++ b/src/config.ts @@ -3,4 +3,5 @@ import { config as dotenv } from 'dotenv'; dotenv(); export const TICK_LENGTH = process.env.TICK_LENGTH || 1000 * 60 * 5; -export const API_PORT = process.env.API_PORT || '9090'; +export const API_PORT = process.env.API_PORT || 9090; +export const AVAILABLE_SECTORS = 1