mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-04 17:06:49 +00:00
Use new instance of autentik db made in dev
This commit is contained in:
@ -16,9 +16,6 @@ module.exports = defineConfig({
|
||||
},
|
||||
env: {
|
||||
swaggerBase: '{{baseUrl}}/api/schema',
|
||||
authentik: 'http://authentik:9000',
|
||||
authentikLdap: 'authentik-ldap:3389',
|
||||
oauthRedirect: 'http://fullstack:81',
|
||||
},
|
||||
baseUrl: 'http://localhost:1234',
|
||||
},
|
||||
|
@ -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',
|
||||
},
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user