Changes in org

This commit is contained in:
Nicolai Ort 2023-04-25 19:44:42 +02:00
parent afaaaa4e91
commit ea3d757988
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ import { AuthService, OpenAPI, RunnerOrganizationService, RunnerService, RunnerT
import * as dotenv from 'dotenv';
dotenv.config()
const groupID = -1;
const orgID = 72;
const distanceMeter = 3000;
const groupID = 79;
const orgID = -1;
const distanceMeter = 3300;
OpenAPI.BASE = process.env.BASE_URL;
const user = process.env.USER;