You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-28 08:02:00 +03:00
Fix incorrect authentikm url in cypress test
This commit is contained in:
@ -15,6 +15,9 @@ module.exports = defineConfig({
|
||||
},
|
||||
env: {
|
||||
swaggerBase: '{{baseUrl}}/api/schema',
|
||||
authentik: 'http://authentik:9000',
|
||||
authentikLdap: 'authentik-ldap:3389',
|
||||
oauthRedirect: 'http://npm:81',
|
||||
},
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user