cypress: add backend url to config

This commit is contained in:
mahula 2025-04-15 21:51:10 +02:00
parent 3afd3a0087
commit d73453a201

View File

@ -54,5 +54,6 @@ module.exports = defineConfig({
env: {
...parsed,
mailserverURL: 'http://localhost:1080',
backendURL: 'http://localhost:4000',
}
});