diff --git a/client/env-templates/production.template b/client/env-templates/production.template index 41515e8..6588d5f 100644 --- a/client/env-templates/production.template +++ b/client/env-templates/production.template @@ -1,6 +1,6 @@ NEXT_PUBLIC_IMAGE_LIST_URL=https://int-prod.avniproject.org/etl/media NEXT_PUBLIC_DOWNLOAD_REQUEST_URL=https://int-prod.avniproject.org/media-viewer/requestDownload NEXT_PUBLIC_DOWNLOAD_LIST_URL=https://int-prod.avniproject.org/media-viewer/allData -NEXT_PUBLIC_OPERATIONAL_MODULE=https://avniproject.org/web/operationalModules -NEXT_PUBLIC_FORMS=https://avniproject.org/web/form/ -NEXT_PUBLIC_TOP_ADDRESS=https://avniproject.org/locations/search/find \ No newline at end of file +NEXT_PUBLIC_OPERATIONAL_MODULE=https://app.avniproject.org/web/operationalModules +NEXT_PUBLIC_FORMS=https://app.avniproject.org/web/form/ +NEXT_PUBLIC_TOP_ADDRESS=https://app.avniproject.org/locations/search/find \ No newline at end of file