chore: anvil.it.com → inouter.com
Some checks failed
TypeScript CI / build (push) Has been cancelled
Some checks failed
TypeScript CI / build (push) Has been cancelled
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user