af9dc82c58
modified: begushiybashkir/bbvue/src/stores/auth.js modified: serv_nginx/api_bb/.env modified: serv_nginx/api_bb/internal/config/config.go modified: serv_nginx/api_bb/internal/models/user.go modified: serv_nginx/api_bb/internal/routes/routes.go modified: serv_nginx/nginx/nginx-ssl.conf some for get photo from api_bb
16 lines
235 B
Bash
16 lines
235 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 |