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 = {
|
export const CORS = {
|
||||||
/** Default CORS origin - explicit production origin */
|
/** Default CORS origin - explicit production origin */
|
||||||
DEFAULT_ORIGIN: 'https://anvil.it.com',
|
DEFAULT_ORIGIN: 'https://inouter.com',
|
||||||
/** Allowed production origins for CORS */
|
/** Allowed production origins for CORS */
|
||||||
ALLOWED_ORIGINS: [
|
ALLOWED_ORIGINS: [
|
||||||
'https://anvil.it.com',
|
'https://inouter.com',
|
||||||
'https://cloud.anvil.it.com',
|
'https://cloud.inouter.com',
|
||||||
'https://hosting.anvil.it.com',
|
'https://hosting.inouter.com',
|
||||||
] as string[],
|
] as string[],
|
||||||
/** Development origins - only used when ENVIRONMENT === 'development' */
|
/** Development origins - only used when ENVIRONMENT === 'development' */
|
||||||
DEVELOPMENT_ORIGINS: [
|
DEVELOPMENT_ORIGINS: [
|
||||||
|
|||||||
Reference in New Issue
Block a user