File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
augmentos_cloud/packages/cloud/src/services/core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ import tpaRegistrationService from './tpa-registration.service';
6363import healthMonitorService from './health-monitor.service' ;
6464import axios from 'axios' ;
6565
66- export const CLOUD_PUBLIC_HOST_NAME = process . env . PUBLIC_HOST_NAME ; // e.g., "prod.augmentos.cloud"
67- export const CLOUD_LOCAL_HOST_NAME = process . env . LOCAL_HOST_NAME ; // e.g., "localhost:8002" | "cloud" | "cloud-debug-cloud.default.svc.cluster.local:80"
66+ export const CLOUD_PUBLIC_HOST_NAME = process . env . CLOUD_PUBLIC_HOST_NAME ; // e.g., "prod.augmentos.cloud"
67+ export const CLOUD_LOCAL_HOST_NAME = process . env . CLOUD_LOCAL_HOST_NAME ; // e.g., "localhost:8002" | "cloud" | "cloud-debug-cloud.default.svc.cluster.local:80"
6868export const AUGMENTOS_AUTH_JWT_SECRET = process . env . AUGMENTOS_AUTH_JWT_SECRET || "" ;
6969
7070if ( ! CLOUD_PUBLIC_HOST_NAME ) {
You can’t perform that action at this time.
0 commit comments