Skip to content

Commit

Permalink
Removing if prod for config
Browse files Browse the repository at this point in the history
  • Loading branch information
westerbo-nhn committed Jan 12, 2025
1 parent 26d580a commit 143e8bf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/app/core/services/config.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@ export class ConfigService {
},
};

if (environment.production) {
config.auth.clientId = 'ror.sky.test.nhn.no';
config.auth.issuer = 'https://auth.sky.nhn.no/dex';
config.rorApi = 'https://ror.sky.nhn.no';
config.auth.requireHttps = true;
config.auth.strictDiscoveryDocumentValidation = true;
}

return config;
}
}

0 comments on commit 143e8bf

Please sign in to comment.