diff --git a/.env.production b/.env.production new file mode 100644 index 00000000..a28a55ee --- /dev/null +++ b/.env.production @@ -0,0 +1,3 @@ +VITE_BASE_URI="/glc2" +VITE_API_URI="/glc2" +VITE_REFRESH_IDENTITY_MILLISECONDS=10000 diff --git a/.env.production.example b/.env.production.example deleted file mode 100644 index b7905c22..00000000 --- a/.env.production.example +++ /dev/null @@ -1,3 +0,0 @@ -VITE_BASE_URI="/" -VITE_API_URI="/" -VITE_REFRESH_IDENTITY_MILLISECONDS=10000