We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1811ad commit 8fa3722Copy full SHA for 8fa3722
tests/e2e/helpers/conf.ts
@@ -2,8 +2,8 @@ import { Chance } from 'chance';
2
const chance = new Chance();
3
4
// Urls for using in the tests
5
-export const commonUrl = process.env.COMMON_URL || 'http://localhost:5000';
6
-export const apiUrl = process.env.API_URL || 'http://localhost:5000/api';
+export const commonUrl = process.env.COMMON_URL || 'https://localhost:5000';
+export const apiUrl = process.env.API_URL || 'https://localhost:5000/api';
7
8
const uniqueId = chance.string({ length: 10 });
9
0 commit comments