This commit is contained in:
Surendiran 2025-11-04 17:49:39 +05:30
parent 96297a0104
commit 9a771db590
3 changed files with 13 additions and 13 deletions

12
.env
View File

@ -1,6 +1,6 @@
API_URL=https://app.nhanceindia.in/zenith/employeeRest/
API_URL_Enrollment=https://app.nhanceindia.in/enrolment/employeeRest/
TICKET_API_URL=https://app.nhanceindia.in/zenith/api
chatbot_Url=https://app.nhanceindia.in/zenith/chatbot
BASE_HREF=/app/
ENV=production
API_URL=https://venbait.in/nhance/dev/employeeRest/
chatbot_Url=https://venbait.in/nhance/dev/chatbot
API_URL_Enrollment=https://venbait.in/enrollment/employeeRest/
TICKET_API_URL=https://venbait.in/nhance/dev/api
BASE_HREF=/nhance/app/dev/
ENV=development

View File

@ -1,6 +1,6 @@
API_URL=https://app.nhanceindia.in/zenith/employeeRest/
API_URL_Enrollment=https://app.nhanceindia.in/enrolment/employeeRest/
TICKET_API_URL=https://app.nhanceindia.in/zenith/api
chatbot_Url=https://app.nhanceindia.in/zenith/chatbot
BASE_HREF=/app/
ENV=production
API_URL=https://venbait.in/nhance/dev/employeeRest/
chatbot_Url=https://venbait.in/nhance/dev/chatbot
API_URL_Enrollment=https://venbait.in/enrollment/employeeRest/
TICKET_API_URL=https://venbait.in/nhance/dev/api
BASE_HREF=/nhance/app/dev/
ENV=development

View File

@ -1,4 +1,4 @@
platform :osx, '10.14'
platform :osx, '10.15'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'