diff --git a/.env b/.env index 267d625..70c6f6a 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ API_URL=https://venbait.in/nhance/dev/employeeRest/ TICKET_API_URL=https://venbait.in/nhance/helpdesk/dev/api BASE_HREF=/nhance/employee/dev/ -ENV=development \ No newline at end of file +ENV=production \ No newline at end of file diff --git a/.env.production b/.env.production index f0ed597..70c6f6a 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ -API_URL=https://venbait.in/nhance/uat/employeeRest/ -TICKET_API_URL=https://venbait.in/nhance/helpdesk/uat/api -BASE_HREF=/nhance/employee/uat/ +API_URL=https://venbait.in/nhance/dev/employeeRest/ +TICKET_API_URL=https://venbait.in/nhance/helpdesk/dev/api +BASE_HREF=/nhance/employee/dev/ ENV=production \ No newline at end of file diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 3008e9c..a6bd867 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -4,6 +4,8 @@ + + +