Files
nextjs-fetch-data-example/.env.example

6 lines
207 B
Plaintext
Raw Normal View History

# Базовый URL приложения
NEXT_PUBLIC_APP_URL=http://localhost:3000
# Базовый URL локального Swagger Petstore API
NEXT_PUBLIC_PET_STORE_API_URL=http://localhost:8080/api/v3