diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..b3250fe --- /dev/null +++ b/.env.development @@ -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" diff --git a/.env.deployment b/.env.production similarity index 100% rename from .env.deployment rename to .env.production