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

Config => Add gitlab field

parent e6567341
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,10 @@ class Config {
folder: string; file: string;
};
public readonly gitlab: {
cliReleasePage: string
};
public readonly folders: {
defaultLocalExercise: string
};
......@@ -24,6 +28,10 @@ class Config {
file : process.env.LOCAL_CONFIG_FILE || ''
};
this.gitlab = {
cliReleasePage: process.env.GITLAB_CLI_RELEASE_PAGE || ''
};
this.folders = {
defaultLocalExercise: process.env.LOCAL_EXERCISE_DEFAULT_FOLDER || './'
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment