Use new instance of autentik db made in dev

This commit is contained in:
Jamie Curnow
2024-11-13 12:46:43 +10:00
parent 2f334b5f9f
commit a856c4d6e1
6 changed files with 19 additions and 21 deletions

View File

@ -7,7 +7,8 @@ module.exports = defineConfig({
reporterOptions: {
configFile: 'multi-reporter.json'
},
video: false,
video: true,
videosFolder: 'results/videos',
screenshotsFolder: 'results/screenshots',
e2e: {
setupNodeEvents(on, config) {
@ -15,9 +16,7 @@ module.exports = defineConfig({
},
env: {
swaggerBase: '{{baseUrl}}/api/schema',
authentik: 'http://authentik:9000',
authentikLdap: 'authentik-ldap:3389',
oauthRedirect: 'http://npm:81',
skipStackCheck: 'true',
},
}
});