소스 검색

Add file .env.example and add branch dev

Allan Mariano 3 달 전
부모
커밋
5fa6b75fea
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  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