mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
clean-up cypress docker config
This commit is contained in:
parent
9779d9ba76
commit
2a8402218a
4 changed files with 27 additions and 19 deletions
|
|
@ -4,4 +4,9 @@ export default defineConfig({
|
|||
e2e: {
|
||||
baseUrl: 'http://localhost:3000',
|
||||
},
|
||||
// default username / password on init
|
||||
env: {
|
||||
umami_user: 'admin',
|
||||
umami_password: 'umami',
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue