From 480cde025e413d193dd5b8e7c732d8a73f727122 Mon Sep 17 00:00:00 2001 From: deanchen Date: Wed, 3 Aug 2022 11:44:32 +0800 Subject: [PATCH] fix: use dev api --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 41bf599a6..972ead4d2 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ -NEXT_PUBLIC_API=https://prod-k8s.treetracker.org/query +NEXT_PUBLIC_API=https://dev-k8s.treetracker.org/query NEXT_PUBLIC_TILE_SERVER_URL=https://{s}.treetracker.org/tiles/ -NEXT_PUBLIC_TILE_SERVER_SUBDOMAINS=prod-k8s +NEXT_PUBLIC_TILE_SERVER_SUBDOMAINS=dev-k8s NEXT_PUBLIC_API_NEW=http://127.0.0.1:4010/mock NEXT_PUBLIC_BASE=/web-map-beta/demo \ No newline at end of file