mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(server-e2e): URL causing cookies to not work properly
This commit is contained in:
parent
a083418906
commit
d690344c00
@ -9,7 +9,7 @@ require('dotenv').config({
|
|||||||
|
|
||||||
// For CI, you may want to set BASE_URL to the deployed application.
|
// For CI, you may want to set BASE_URL to the deployed application.
|
||||||
const port = process.env['TRILIUM_PORT'];
|
const port = process.env['TRILIUM_PORT'];
|
||||||
const baseURL = process.env['BASE_URL'] || `http://localhost:${port}`;
|
const baseURL = process.env['BASE_URL'] || `http://127.0.0.1:${port}`;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* See https://playwright.dev/docs/test-configuration.
|
* See https://playwright.dev/docs/test-configuration.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user