diff --git a/jambotron-ui/src/environments/environment.prod.ts b/jambotron-ui/src/environments/environment.prod.ts index 8e5316d..8eca147 100644 --- a/jambotron-ui/src/environments/environment.prod.ts +++ b/jambotron-ui/src/environments/environment.prod.ts @@ -4,6 +4,6 @@ export const environment = { production: true, fromWeb: true, //host_name: 'https://jambotron.run.place', - host_name:'http://localhost', + host_name:'https://jambotron.com', title: 'JAMBOTRON.RUN.PLACE' };