There was an error while loading. Please reload this page.
1 parent f3546bb commit 865fed1Copy full SHA for 865fed1
1 file changed
src/mastra/index.ts
@@ -38,6 +38,7 @@ export const mastra = new Mastra({
38
}),
39
workspace: aiWorkspace,
40
server: {
41
+ host: process.env.MASTRA_HOST || process.env.HOST || '0.0.0.0',
42
port: Number(process.env.PORT || 3000),
43
studioBase: '/studio',
44
auth: process.env.DISABLE_AUTH === 'true' ? undefined : apiAuthLayer,
0 commit comments