production and staging(development)

This commit is contained in:
2026-04-28 11:44:05 +03:00
parent 2406e68981
commit 2133cd830f
5 changed files with 12 additions and 7 deletions
@@ -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'
};