Skip to content

Commit

Permalink
Changes in config service env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Parth Kothari committed May 23, 2024
1 parent 1b6af22 commit 66b1206
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/app/services/config/config.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ import { Injectable } from '@angular/core';
import 'rxjs/add/operator/catch';
import 'rxjs/add/operator/map';

var commonIP = 'http://uatamrit.piramalswasthya.org:8080/';
var IP1097 = 'http://uatamrit.piramalswasthya.org:8080/';
var commonIP = 'http://10.208.122.38:8080/';
var IP1097 = 'http://10.208.122.38:8080/';
var telephonyServerIP = 'http://192.168.45.55/';
var adminIP = 'http://uatamrit.piramalswasthya.org:8080/';
var IP104 = 'http://uatamrit.piramalswasthya.org:8080/';
var mmuIP = 'http://uatamrit.piramalswasthya.org:8080/';
var tmIP = 'http://uatamrit.piramalswasthya.org:8080/';
var FHIRIP = "http://uatamrit.piramalswasthya.org:8080";
var adminIP = 'http://10.208.122.38:8080/';
var IP104 = 'http://10.208.122.38:8080/';
var mmuIP = 'http://10.208.122.38:8080/';
var tmIP = 'http://10.208.122.38:8080/';
var FHIRIP = "http://10.208.122.38:8080";

@Injectable()
export class ConfigService {
Expand Down

0 comments on commit 66b1206

Please sign in to comment.