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

Config => Move gitlab api URL to global shared config

parent b22af108
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,6 @@ class ClientsSharedConfig { ...@@ -6,7 +6,6 @@ class ClientsSharedConfig {
}; };
public gitlab: { public gitlab: {
apiURL: string
dojoAccount: { id: number; username: string; }; dojoAccount: { id: number; username: string; };
}; };
...@@ -30,7 +29,6 @@ class ClientsSharedConfig { ...@@ -30,7 +29,6 @@ class ClientsSharedConfig {
}; };
this.gitlab = { this.gitlab = {
apiURL : process.env.GITLAB_API_URL || '',
dojoAccount: { dojoAccount: {
id : Number(process.env.GITLAB_DOJO_ACCOUNT_ID) || -1, id : Number(process.env.GITLAB_DOJO_ACCOUNT_ID) || -1,
username: process.env.GITLAB_DOJO_ACCOUNT_USERNAME || '' username: process.env.GITLAB_DOJO_ACCOUNT_USERNAME || ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment