Squid ci fixes
All checks were successful
Close stale issues and PRs / stale (push) Successful in 4s

This commit is contained in:
Jamie Curnow
2024-10-13 22:15:18 +10:00
parent f2bb8f2b3d
commit 81b89185f2
2 changed files with 2 additions and 3 deletions

View File

@ -15,8 +15,8 @@ module.exports = defineConfig({
return require("../plugins/index.js")(on, config);
},
env: {
swaggerBase: 'http://npm:81/api/schema',
swaggerBase: 'http://fullstack:81/api/schema',
},
baseUrl: 'http://npm:81',
baseUrl: 'http://fullstack:81',
}
});