10 lines
341 B
Bash
10 lines
341 B
Bash
# Private Registry Authentication
|
|
# Set your API key to access private components (testimonials-03, testimonials-04)
|
|
# Get your API key from: https://creative-tim.com/ui
|
|
API_KEY=your_api_key_here
|
|
|
|
NEXT_PUBLIC_V0_URL=https://v0.app
|
|
NEXT_PUBLIC_APP_URL=http://localhost:5000
|
|
|
|
NEXT_PUBLIC_ASSET_PREFIX = "/ui"
|
|
NEXT_PUBLIC_VIEW_PATH = "/ui/view" |