Skip to content
Snippets Groups Projects
Commit 972f0ad1 authored by michael.minelli's avatar michael.minelli
Browse files

Config => Add gitlab url

parent 64eb3368
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ class Config {
private static _instance: Config;
private _apiURL!: string;
public gitlabApiURL: string;
public readonly localConfig: {
folder: string; file: string;
......@@ -13,6 +14,7 @@ class Config {
private constructor() {
this.apiURL = process.env.API_URL || '';
this.gitlabApiURL = process.env.GITLAB_API_URL || '';
this.localConfig = {
folder: getAppDataPath('DojoCLI'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment