mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
cypress: add mailserver url to config
This commit is contained in:
parent
dfe9205bf6
commit
c2cb7803e2
@ -51,5 +51,8 @@ module.exports = defineConfig({
|
||||
viewportWidth: 1290,
|
||||
setupNodeEvents,
|
||||
},
|
||||
env: parsed
|
||||
env: {
|
||||
...parsed,
|
||||
mailserverURL: 'http://localhost:1080',
|
||||
}
|
||||
});
|
||||
Loading…
x
Reference in New Issue
Block a user