File tree 1 file changed +2
-2
lines changed
augmentos_cloud/packages/cloud/src/services/core
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';
63
63
import healthMonitorService from './health-monitor.service' ;
64
64
import axios from 'axios' ;
65
65
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"
68
68
export const AUGMENTOS_AUTH_JWT_SECRET = process . env . AUGMENTOS_AUTH_JWT_SECRET || "" ;
69
69
70
70
if ( ! CLOUD_PUBLIC_HOST_NAME ) {
You can’t perform that action at this time.
0 commit comments