24 lines
429 B
Bash
24 lines
429 B
Bash
PORT=8080
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_NAME=bb_db
|
|
DB_SSLMODE=disable
|
|
|
|
|
|
# .env
|
|
LOG_LEVEL=debug
|
|
ENVIRONMENT=development
|
|
|
|
# app
|
|
REST_API_VERSION=1.0.0
|
|
VITE_API_BASE_URL=https://begushiybashkir.ru
|
|
|
|
# Email Configuration
|
|
SMTP_HOST=smtp.gmail.com
|
|
SMTP_PORT=587
|
|
SMTP_USERNAME=valitovgaziz
|
|
SMTP_PASSWORD=omqywxnamignyeql
|
|
FROM_EMAIL=valitovgaziz@gmail.com
|
|
FRONTEND_URL=https://begushiybashkir.ru |