mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 13:01:31 +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.
 | ||||
| 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.
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran