diff --git a/.env b/.env index 3c01a91..1e4e6c0 100644 --- a/.env +++ b/.env @@ -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 \ No newline at end of file +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 \ No newline at end of file diff --git a/.env.development b/.env.development index 3c01a91..1e4e6c0 100644 --- a/.env.development +++ b/.env.development @@ -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 \ No newline at end of file +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 \ No newline at end of file diff --git a/macos/Podfile b/macos/Podfile index 29c8eb3..ff5ddb3 100644 --- a/macos/Podfile +++ b/macos/Podfile @@ -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'