Use correct default origin
This commit is contained in:
@ -3,7 +3,7 @@ import invariant from 'invariant';
|
||||
export const npmRegistryURL =
|
||||
process.env.NPM_REGISTRY_URL || 'https://registry.npmjs.org';
|
||||
|
||||
export const origin = process.env.ORIGIN || 'http://localhost:5000';
|
||||
export const origin = process.env.ORIGIN || 'https://unpkg.com';
|
||||
|
||||
export const secretKey = process.env.SECRET_KEY;
|
||||
|
||||
|
Reference in New Issue
Block a user