Fix incorrect authentikm url in cypress test

This commit is contained in:
Jamie Curnow
2024-11-13 08:24:55 +10:00
parent 050c087a51
commit 03b3b6379b
4 changed files with 12 additions and 6 deletions

View File

@ -15,6 +15,9 @@ module.exports = defineConfig({
},
env: {
swaggerBase: '{{baseUrl}}/api/schema',
authentik: 'http://authentik:9000',
authentikLdap: 'authentik-ldap:3389',
oauthRedirect: 'http://npm:81',
},
}
});