Initial commit: restructure project with Docker Compose setup
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Server
|
||||
PORT=3001
|
||||
|
||||
# SMTP (Яндекс)
|
||||
SMTP_HOST=smtp.yandex.ru
|
||||
SMTP_PORT=465
|
||||
SMTP_SECURE=true
|
||||
SMTP_USER=your-email@yandex.ru
|
||||
SMTP_PASS=your-app-password
|
||||
|
||||
# Email recipient
|
||||
RECIPIENT_EMAIL=your-email@yandex.ru
|
||||
|
||||
# Site info
|
||||
SITE_NAME=Ирина — Практикующий психолог
|
||||
|
||||
# CORS allowed origin (для Docker: http://localhost, для dev: http://localhost:5173)
|
||||
FRONTEND_URL=http://localhost
|
||||
Reference in New Issue
Block a user