diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..27a819d --- /dev/null +++ b/.env.development @@ -0,0 +1,2 @@ +VITE_APP_API_BASE = "/api" +VITE_APP_PROXY = "http://192.168.0.49:48085/" diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..457efd9 --- /dev/null +++ b/.env.production @@ -0,0 +1,2 @@ +VITE_APP_API_BASE=/api +VITE_APP_PROXY=http://localhost:48085/ diff --git a/.gitignore b/.gitignore index 9ff674e..467c05e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +3,9 @@ node_modules dist TODOs.md -# env -.env -.env.* -!.env.example +# local env override files +.env.local +.env.*.local # jetbrains files .idea