From e8067110d63c188f44677c1a4a3071623861bb67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Markovi=C4=87?= Date: Sun, 9 Jul 2023 23:08:48 +0400 Subject: [PATCH] Use production admin in dev --- frontend/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.env b/frontend/.env index feb7c94..56c4e7b 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1,4 +1,4 @@ # The URL where your API can be reached on the web. -NEXT_PUBLIC_DIRECTUS_API_URL="http://0.0.0.0:8055" +NEXT_PUBLIC_DIRECTUS_API_URL="https://admin.pca-pijac.dev.civokram.com" NEXT_PUBLIC_GLOBALS_ID="4f8d9e66-ec95-4bdd-a5e7-34df8ea68a45"