This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new c910e3b  fix: gitignore .env (#137)
c910e3b is described below

commit c910e3bc3c1102fa5908eb69fbdbbb73c7fa9620
Author: Artur Rakhmatulin <[email protected]>
AuthorDate: Thu Jan 22 14:27:21 2026 +0000

    fix: gitignore .env (#137)
    
    Perhaps .env was delivered by mistake. Usually .env is used to configure 
local environment during the development process.
---
 .gitignore   | 1 +
 console/.env | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2993487..6caed5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,6 +64,7 @@ ui/src/generated/
 dist
 dist-ssr
 *.local
+.env
 
 # Eclipse IDE
 .classpath
diff --git a/console/.env b/console/.env
deleted file mode 100644
index 50d670e..0000000
--- a/console/.env
+++ /dev/null
@@ -1,4 +0,0 @@
-VITE_POLARIS_API_URL=http://localhost:8181
-VITE_POLARIS_REALM=POLARIS  # optional
-VITE_POLARIS_PRINCIPAL_SCOPE=PRINCIPAL_ROLE:ALL  # optional
-VITE_OAUTH_TOKEN_URL=http://localhost:8181/api/catalog/v1/oauth/tokens

Reply via email to