- prepared .env files - production, development

This commit is contained in:
2023-07-30 22:34:37 +02:00
parent 01f28b860d
commit 155f52c331
2 changed files with 4 additions and 0 deletions

4
.env.production Normal file
View File

@@ -0,0 +1,4 @@
VITE_APP_NAME="Kamil Niemczycki CV"
VITE_CV_URL="https://cv.kamilcraft.com"
VITE_API_URL="https://api.kamilcraft.com"
VITE_SOURCE_CODE="https://github.com/kamilniemczycki/kamilcraft-cv"