- prepared .env files - production, development

This commit is contained in:
Kamil Niemczycki 2023-07-30 22:34:37 +02:00
parent 01f28b860d
commit 155f52c331
Signed by: kamilniemczycki
GPG Key ID: 04D4E2012F969213
2 changed files with 4 additions and 0 deletions

4
.env.development Normal file
View File

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