X-Git-Url: https://git.xangelo.ca/?a=blobdiff_plain;f=src%2Fconfig.ts;h=ba4d32e25aa97809d9c2071b54744b0d2d6def34;hb=944376c3f73772268ec774ccc2a3fa0788fc246e;hp=ad7a3c5b976506898be2bf10b888898752b4295a;hpb=d56a8ceaf07b5b0848945ba9868a2cdaf3b05111;p=browser-rts.git diff --git a/src/config.ts b/src/config.ts index ad7a3c5..ba4d32e 100644 --- a/src/config.ts +++ b/src/config.ts @@ -4,4 +4,4 @@ dotenv(); export const TICK_LENGTH = process.env.TICK_LENGTH || 1000 * 60 * 5; export const API_PORT = process.env.API_PORT || 9090; -export const AVAILABLE_SECTORS = 1 +export const AVAILABLE_SECTORS = 2