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

View File

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