From 3eb33fbdccb7b239dee0774990ca6a3f830ff97e Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 11 Oct 2024 18:34:40 +0200 Subject: [PATCH] Fix env variables --- .env | 2 ++ .env.ci | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .env delete mode 100644 .env.ci diff --git a/.env b/.env new file mode 100644 index 0000000..0332709 --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +VITE_CODEX_API_URL=http://127.0.0.1:8080 +VITE_GEO_IP_URL=https://geoip.codex.storage \ No newline at end of file diff --git a/.env.ci b/.env.ci deleted file mode 100644 index 56c3a40..0000000 --- a/.env.ci +++ /dev/null @@ -1,2 +0,0 @@ -VITE_CODEX_API_URL=http://localhost:8080 -VITE_GEO_IP_URL=https://geoip.codex.storage \ No newline at end of file