diff --git a/.env b/.env index 5d9467f..8f89e83 100644 --- a/.env +++ b/.env @@ -1,2 +1,4 @@ VITE_BASE_URL=http://localhost:3000 -VITE_YANDEX_MAPS_KEY=13f4c06b-cb7e-4eeb-81f1-af52f12587b2 \ No newline at end of file +VITE_YANDEX_MAPS_KEY=13f4c06b-cb7e-4eeb-81f1-af52f12587b2 +SMTP_USER=rentalservicekg@yandex.ru +SMTP_APP_PASSWORD=uljislsoihthciju diff --git a/Dockerfile b/Dockerfile index 564cb64..8001666 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,9 @@ COPY --from=build /app/.output/ ./ ENV PORT=80 ENV VITE_BASE_URL=https://rental.koptilnya.xyz ENV VITE_YANDEX_MAPS_KEY=13f4c06b-cb7e-4eeb-81f1-af52f12587b2 +ENV SMTP_USER=rentalservicekg@yandex.ru +ENV SMTP_APP_PASSWORD=uljislsoihthciju + EXPOSE 80 diff --git a/components/Contacts.vue b/components/Contacts.vue index 267d7ad..7614ac8 100644 --- a/components/Contacts.vue +++ b/components/Contacts.vue @@ -43,9 +43,7 @@ -
- - +
Как к вам обращаться @@ -125,13 +123,6 @@
-