diff --git a/src/constants.ts b/src/constants.ts index d9eb8f5..dd523fa 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -180,12 +180,12 @@ export type InstanceFamily = typeof INSTANCE_FAMILIES[number]; */ export const CORS = { /** Default CORS origin - explicit production origin */ - DEFAULT_ORIGIN: 'https://anvil.it.com', + DEFAULT_ORIGIN: 'https://inouter.com', /** Allowed production origins for CORS */ ALLOWED_ORIGINS: [ - 'https://anvil.it.com', - 'https://cloud.anvil.it.com', - 'https://hosting.anvil.it.com', + 'https://inouter.com', + 'https://cloud.inouter.com', + 'https://hosting.inouter.com', ] as string[], /** Development origins - only used when ENVIRONMENT === 'development' */ DEVELOPMENT_ORIGINS: [