production and staging(development)
This commit is contained in:
@@ -3,6 +3,6 @@ export const environment = {
|
||||
port: 8081,
|
||||
production: true,
|
||||
fromWeb: true,
|
||||
host_name:'https://jambotron.com',
|
||||
host_name: typeof window !== 'undefined' ? window.location.origin : 'https://default-api.com',
|
||||
title: 'JAMBOTRON.COM'
|
||||
};
|
||||
|
||||
@@ -3,6 +3,7 @@ export const environment = {
|
||||
port: 8080,
|
||||
production: true,
|
||||
fromWeb: false,
|
||||
host_name: 'http://localhost',
|
||||
//host_name: 'http://localhost',
|
||||
host_name: typeof window !== 'undefined' ? window.location.origin : 'https://default-api.com',
|
||||
title: 'Jambotron'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user