From 9c746cdf437cae698b5a242db193e1c99f749b41 Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Wed, 19 Oct 2022 16:54:29 +0200 Subject: [PATCH] Add default API url --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index f4670d0..c8939d5 100644 --- a/.env +++ b/.env @@ -7,4 +7,4 @@ VITE_GTM_ID= # TODO: remove this later VITE_CDN_URL="https://public-bucket.speedytuner.app" -VITE_POCKETBASE_API_URL= +VITE_POCKETBASE_API_URL="https://api.hypertuner.cloud"