Browse Source

Add file .env.example and add branch dev

Allan Mariano 3 tháng trước cách đây
mục cha
commit
5fa6b75fea
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      .env.example

+ 7 - 0
.env.example

@@ -0,0 +1,7 @@
+# Use this file for ".env.development" and ".env.production"
+
+# URL API (url api dev for .env.development or url api prod for .env.production)
+VITE_API_URL=https://endpont.example
+
+# Environment (development/production)
+VITE_ENV=example