Update mock server and drop /etc/hosts requirement
This commit is contained in:
parent
dbed3cbd2b
commit
524f0cfaea
5 changed files with 6 additions and 12 deletions
|
@ -270,7 +270,7 @@ export class Bootstrap {
|
|||
//
|
||||
|
||||
private async generateConfig(port: number): Promise<string> {
|
||||
const url = `https://mock.signal.org:${port}`;
|
||||
const url = `https://127.0.0.1:${port}`;
|
||||
return JSON.stringify({
|
||||
...(await loadCertificates()),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue