Цифровой бренд бук клиники. Описание элементов сайта: цвета, шрифты, блоки, формы, страницы
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 lines
186 B

# База данных
DATABASE_URL="postgresql://brandbook:brandbook@localhost:5433/brandbook"
# API (NestJS)
API_PORT=3001
# Web (Next.js)
NEXT_PUBLIC_API_URL=http://localhost:3001